diff options
Diffstat (limited to 'lang/clang/files/patch-Makefile')
-rw-r--r-- | lang/clang/files/patch-Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lang/clang/files/patch-Makefile b/lang/clang/files/patch-Makefile deleted file mode 100644 index 2c887b01275d..000000000000 --- a/lang/clang/files/patch-Makefile +++ /dev/null @@ -1,14 +0,0 @@ - -$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 - |