68d394c41c
Thanks Brad for pointing out a few problems with my original diff.
13 lines
492 B
Plaintext
13 lines
492 B
Plaintext
$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
|
|
@@ -8,7 +8,7 @@
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
LEVEL = ../..
|
|
-PARALLEL_DIRS = Utils Instrumentation Scalar InstCombine IPO Vectorize Hello
|
|
+PARALLEL_DIRS = Utils Instrumentation Scalar InstCombine IPO Vectorize
|
|
|
|
include $(LEVEL)/Makefile.config
|
|
|