an odd filename which doesn't get correctly identified by pkg tools, and isn't really useful to provide in the package anyway - cnst@ points out this is actually a post-2.4 snapshot, change the PKGNAME accordingly
13 lines
448 B
Plaintext
13 lines
448 B
Plaintext
$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
|
|
|