2010-04-29 16:37:09 +00: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 15:46:32 +00:00
|
|
|
@@ -8,7 +8,7 @@
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
|
|
|
LEVEL = ../..
|
2010-04-29 16:37:09 +00:00
|
|
|
-PARALLEL_DIRS = Utils Instrumentation Scalar InstCombine IPO Hello
|
|
|
|
+PARALLEL_DIRS = Utils Instrumentation Scalar InstCombine IPO
|
2008-11-12 15:46:32 +00:00
|
|
|
|
2009-06-21 23:13:48 +00:00
|
|
|
include $(LEVEL)/Makefile.config
|
2008-11-12 15:46:32 +00:00
|
|
|
|