blob: 774f0db717fe729612caa5ec6d3da75d5c2b62a5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$FreeBSD$
--- Makefile.orig
+++ Makefile
@@ -18,7 +18,7 @@
# 6. Build tools, runtime, docs.
#
DIRS := lib/System lib/Support utils lib/VMCore lib tools/llvm-config \
- tools runtime docs
+ tools runtime %%DOCSRCDIR%%
OPTIONAL_DIRS := examples projects bindings
EXTRA_DIST := test llvm.spec include win32 Xcode
|