2012-05-25 05:05:49 -04:00
|
|
|
$OpenBSD: patch-lib_Transforms_Makefile,v 1.4 2012/05/25 09:05:49 sthen Exp $
|
|
|
|
--- lib/Transforms/Makefile.orig Wed Feb 1 03:51:43 2012
|
|
|
|
+++ lib/Transforms/Makefile Wed May 23 01:39:52 2012
|
2008-11-12 10:46:32 -05:00
|
|
|
@@ -8,7 +8,7 @@
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
|
|
|
LEVEL = ../..
|
2012-05-25 05:05:49 -04:00
|
|
|
-PARALLEL_DIRS = Utils Instrumentation Scalar InstCombine IPO Vectorize Hello
|
|
|
|
+PARALLEL_DIRS = Utils Instrumentation Scalar InstCombine IPO Vectorize
|
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
|
|
|
|