summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/TargetMachine/Sparc
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-07-21 22:42:09 +0000
committerChris Lattner <sabre@nondot.org>2001-07-21 22:42:09 +0000
commit293e80559c64d24d51390f9412d434515664ed4b (patch)
treea17442e5c4cd585d01b42063473ccfb04c0b2846 /llvm/lib/CodeGen/TargetMachine/Sparc
parentbdb56b1639b172e4129b030ff483be0a4e65c59c (diff)
downloadbcm5719-llvm-293e80559c64d24d51390f9412d434515664ed4b.tar.gz
bcm5719-llvm-293e80559c64d24d51390f9412d434515664ed4b.zip
Exterminate nasty Cisms
llvm-svn: 257
Diffstat (limited to 'llvm/lib/CodeGen/TargetMachine/Sparc')
-rw-r--r--llvm/lib/CodeGen/TargetMachine/Sparc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/TargetMachine/Sparc/Makefile b/llvm/lib/CodeGen/TargetMachine/Sparc/Makefile
index 27105f71725..c827629b3b3 100644
--- a/llvm/lib/CodeGen/TargetMachine/Sparc/Makefile
+++ b/llvm/lib/CodeGen/TargetMachine/Sparc/Makefile
@@ -14,6 +14,6 @@ include $(LEVEL)/Makefile.common
BURG = burg -I
-%.burm.c: %.burg
+%.burm.cpp: %.burg
$(BURG) -o $@ $<
OpenPOWER on IntegriCloud