Reorder paramters to make the command line more easily modifiable
[oota-llvm.git] / 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 $<