2010-04-29 12:37:09 -04:00
|
|
|
$OpenBSD: patch-lib_Transforms_Makefile,v 1.3 2010/04/29 16:37:09 jsg Exp $
|
|
|
|
--- lib/Transforms/Makefile.orig Mon Jan 4 07:23:24 2010
|
|
|
|
+++ lib/Transforms/Makefile Tue Apr 27 21:05:19 2010
|
2008-11-12 10:46:32 -05:00
|
|
|
@@ -8,7 +8,7 @@
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
|
|
|
LEVEL = ../..
|
2010-04-29 12:37:09 -04:00
|
|
|
-PARALLEL_DIRS = Utils Instrumentation Scalar InstCombine IPO Hello
|
|
|
|
+PARALLEL_DIRS = Utils Instrumentation Scalar InstCombine IPO
|
2008-11-12 10:46:32 -05:00
|
|
|
|
2009-06-21 19:13:48 -04:00
|
|
|
include $(LEVEL)/Makefile.config
|
2008-11-12 10:46:32 -05:00
|
|
|
|