aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen
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
commit57738965f8687f9f1fca5d444e7a0c173eafb31e (patch)
treee8a54736312f5b04626a9054ea10b61323f7ea0e /lib/CodeGen
parente23fb7c8ee180fe1783c3ecd7b776678f0cc4636 (diff)
downloadexternal_llvm-57738965f8687f9f1fca5d444e7a0c173eafb31e.zip
external_llvm-57738965f8687f9f1fca5d444e7a0c173eafb31e.tar.gz
external_llvm-57738965f8687f9f1fca5d444e7a0c173eafb31e.tar.bz2
Exterminate nasty Cisms
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r--lib/CodeGen/TargetMachine/Sparc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/TargetMachine/Sparc/Makefile b/lib/CodeGen/TargetMachine/Sparc/Makefile
index 27105f7..c827629 100644
--- a/lib/CodeGen/TargetMachine/Sparc/Makefile
+++ b/lib/CodeGen/TargetMachine/Sparc/Makefile
@@ -14,6 +14,6 @@ include $(LEVEL)/Makefile.common
BURG = burg -I
-%.burm.c: %.burg
+%.burm.cpp: %.burg
$(BURG) -o $@ $<