]> granicus.if.org Git - clang/commitdiff
Do not install CMakeLists.txt (nor any other txt files) into include/ subdirectories
authorAxel Naumann <Axel.Naumann@cern.ch>
Fri, 9 Oct 2009 20:03:20 +0000 (20:03 +0000)
committerAxel Naumann <Axel.Naumann@cern.ch>
Fri, 9 Oct 2009 20:03:20 +0000 (20:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83665 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile

index 44217128d5248eb8cb2adf8960b488bc10c65779..16db680338d81c288d8a52b21dafb7a7eb05bea5 100644 (file)
--- 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 \