Reorder paramters to make the command line more easily modifiable
authorChris Lattner <sabre@nondot.org>
Tue, 6 Nov 2001 08:34:56 +0000 (08:34 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 6 Nov 2001 08:34:56 +0000 (08:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1153 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile.target
test/Makefile.tests

index df3dc8c86daae1fdb334c6030d5dd111eddf6994..eb0ea0eb7d12146360697d8c7c4e9e689b3147d2 100644 (file)
@@ -67,7 +67,7 @@ clean :
        $(LLC) -f -trace $(LLCFLAGS) $<
 
 %.o: %.c
-       $(LCC) $(LCFLAGS) -c -o $@ $<
+       $(LCC) $(LCFLAGS) $< -c -o $@
 
 %.bc: %.ll
        $(LAS) -f $<
index df3dc8c86daae1fdb334c6030d5dd111eddf6994..eb0ea0eb7d12146360697d8c7c4e9e689b3147d2 100644 (file)
@@ -67,7 +67,7 @@ clean :
        $(LLC) -f -trace $(LLCFLAGS) $<
 
 %.o: %.c
-       $(LCC) $(LCFLAGS) -c -o $@ $<
+       $(LCC) $(LCFLAGS) $< -c -o $@
 
 %.bc: %.ll
        $(LAS) -f $<