mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
14 lines
387 B
Text
14 lines
387 B
Text
|
|
$FreeBSD$
|
|
|
|
--- tools/clang/lib/Makefile.orig
|
|
+++ tools/clang/lib/Makefile
|
|
@@ -8,7 +8,7 @@
|
|
##===----------------------------------------------------------------------===##
|
|
LEVEL = ../../..
|
|
|
|
-PARALLEL_DIRS = Headers Basic Lex Parse AST Sema CodeGen Analysis Rewrite Driver
|
|
+PARALLEL_DIRS = Basic Lex Parse AST Sema CodeGen Analysis Rewrite Driver
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|