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

13 lines
448 B
Plaintext
Raw Normal View History

$OpenBSD: patch-lib_Transforms_Makefile,v 1.1 2008/11/12 15:46:33 sthen Exp $
--- lib/Transforms/Makefile.orig Tue Nov 11 14:10:06 2008
+++ lib/Transforms/Makefile Tue Nov 11 14:10:12 2008
@@ -8,7 +8,7 @@
##===----------------------------------------------------------------------===##
LEVEL = ../..
-PARALLEL_DIRS = Utils Instrumentation Scalar IPO Hello
+PARALLEL_DIRS = Utils Instrumentation Scalar IPO
include $(LEVEL)/Makefile.common