e26771d6cf
See the release notes for details: http://www.llvm.org/releases/2.5/docs/ReleaseNotes.html
14 lines
287 B
Text
14 lines
287 B
Text
|
|
$FreeBSD$
|
|
|
|
--- Makefile.orig
|
|
+++ Makefile
|
|
@@ -24,7 +24,7 @@
|
|
OPTIONAL_DIRS :=
|
|
else
|
|
DIRS := lib/System lib/Support utils lib/VMCore lib tools/llvm-config \
|
|
- tools runtime docs
|
|
+ tools runtime %%DOCSRCDIR%%
|
|
OPTIONAL_DIRS := examples projects bindings
|
|
endif
|
|
|