Removal of more unnecesary stuff
authorChris Lattner <sabre@nondot.org>
Wed, 23 Jan 2002 05:50:04 +0000 (05:50 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 23 Jan 2002 05:50:04 +0000 (05:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1557 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile.tests

index 1f283410d820cbcc13dbbbe58080ff1d2a98cf4d..3390d01b118ba5c06623ea1099c66eb71d858b8c 100644 (file)
@@ -66,14 +66,10 @@ clean ::
        $(LLC) -f -trace $(LLCFLAGS) $<
 
 
-## FIXME: LIBS should be specified, not hardcoded to -lm
-#Output/%.native: %.c Output/.dir
-#      $(NATGCC) $+ -lm -o $@
-
 Output/%.ll: %.c $(LCC) Output/.dir
        $(LCC) $(LCFLAGS) -S $< -o $@
 
-%.bc: %.ll $(LAS)
+Output/%.bc: Output/%.ll $(LAS)
        $(LAS) $< -o $@
 
 #%.s: %.linked.bc
@@ -91,10 +87,10 @@ Output/%.ll: %.c $(LCC) Output/.dir
 %.o: %.c
 
 ## The next two rules are for disassembling an executable or an object file
-%.dis: %
-       $(DIS) $< > $@
+#%.dis: %
+#      $(DIS) $< > $@
 
-%.dis: %.o
-       $(DIS) $< > $@
+#%.dis: %.o
+#      $(DIS) $< > $@