blob: 09ca4da51a864ef29af55a2c7500587c5490b510 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
$FreeBSD$
--- tools/clang/Makefile.orig
+++ tools/clang/Makefile
@@ -1,5 +1,5 @@
LEVEL = ../..
-DIRS := include lib tools docs
+DIRS := include lib tools %%DOCSRCDIR%%
PARALLEL_DIRS :=
|