Author: evancheng
Date: Thu Jul  5 12:21:33 2007
New Revision: 37917

URL: http://llvm.org/viewvc/llvm-project?rev=37917&view=rev
Log:
Doh

Modified:
    llvm/trunk/lib/Target/Makefile

Modified: llvm/trunk/lib/Target/Makefile
URL: 
http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Makefile?rev=37917&r1=37916&r2=37917&view=diff

==============================================================================
--- llvm/trunk/lib/Target/Makefile (original)
+++ llvm/trunk/lib/Target/Makefile Thu Jul  5 12:21:33 2007
@@ -15,5 +15,6 @@
 # value for PARALLEL_DIRS which must be set before Makefile.rules is included
 include $(LEVEL)/Makefile.config
 
-include $(LLVM_SRC_ROOT)/Makefile.rules
+PARALLEL_DIRS := $(TARGETS_TO_BUILD)
 
+include $(LLVM_SRC_ROOT)/Makefile.rules


_______________________________________________
llvm-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to