summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAxel Naumann <Axel.Naumann@cern.ch>2009-10-09 20:03:20 +0000
committerAxel Naumann <Axel.Naumann@cern.ch>2009-10-09 20:03:20 +0000
commita8a9a1a8d3e7961f758e52f50ed46bb758753b0b (patch)
tree34c3e04190cc606dc8e388ee4f88ceb050d314be /Makefile
parente85c74d52cdc3210f6d9c6f8ba0cc3d8060f0bba (diff)
Do not install CMakeLists.txt (nor any other txt files) into include/ subdirectories
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83665 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 44217128d5..16db680338 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@ install-local::
$(Verb) if test -d "$(PROJ_SRC_ROOT)/tools/clang/include" ; then \
cd $(PROJ_SRC_ROOT)/tools/clang/include && \
for hdr in `find . -type f '!' '(' -name '*~' \
- -o -name '.#*' -o -name '*.in' ')' -print | grep -v CVS | \
+ -o -name '.#*' -o -name '*.in' -o -name '*.txt' ')' -print | grep -v CVS | \
grep -v .svn` ; do \
instdir=`dirname "$(PROJ_includedir)/$$hdr"` ; \
if test \! -d "$$instdir" ; then \