openbsd-ports/devel/llvm/patches/patch-lib_Transforms_Makefile

13 lines
470 B
Plaintext
Raw Normal View History

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
@@ -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
2009-06-21 19:13:48 -04:00
include $(LEVEL)/Makefile.config