diff options
| author | Chris Lattner <sabre@nondot.org> | 2001-07-21 22:42:09 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2001-07-21 22:42:09 +0000 |
| commit | 293e80559c64d24d51390f9412d434515664ed4b (patch) | |
| tree | a17442e5c4cd585d01b42063473ccfb04c0b2846 /llvm/lib/CodeGen/TargetMachine/Sparc | |
| parent | bdb56b1639b172e4129b030ff483be0a4e65c59c (diff) | |
| download | bcm5719-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/Makefile | 2 |
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 $@ $< |

