From: Vikram S. Adve Date: Mon, 6 Aug 2001 19:06:56 +0000 (+0000) Subject: Also, move burg rule to Makefile.common. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0fae90e3a2de718e4d3ea1d23ae989024152b795;p=oota-llvm.git Also, move burg rule to Makefile.common. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@346 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/TargetMachine/Sparc/Makefile b/lib/CodeGen/TargetMachine/Sparc/Makefile index d39aa10b053..2daca1f7729 100644 --- a/lib/CodeGen/TargetMachine/Sparc/Makefile +++ b/lib/CodeGen/TargetMachine/Sparc/Makefile @@ -12,6 +12,3 @@ Source = \ include $(LEVEL)/Makefile.common -%.burm.cpp: %.burg - $(RunBurg) -o $@ $< -