blob: 2c887b01275d831623a86514497fa53b60cb3ed3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$FreeBSD$
--- Makefile.orig
+++ Makefile
@@ -31,7 +31,7 @@
OPTIONAL_DIRS :=
else
DIRS := lib/System lib/Support utils lib/VMCore lib tools/llvm-shlib \
- tools/llvm-config tools runtime docs unittests
+ tools/llvm-config tools runtime %%DOCSRCDIR%% unittests
OPTIONAL_DIRS := projects bindings
endif
|