mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00:00
For PR625:
Don't install contents of CVS directories and don't double install when srcdir == objdir. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24998 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
171049d10f
commit
443045a816
@ -1568,12 +1568,14 @@ install-local::
|
||||
$(DataInstall) $$hdr $(PROJ_includedir)/$$hdr ; \
|
||||
done ; \
|
||||
fi
|
||||
ifneq ($(PROJ_SRC_ROOT),$(PROJ_OBJ_ROOT))
|
||||
$(Verb) if test -d "$(PROJ_OBJ_ROOT)/include" ; then \
|
||||
cd $(PROJ_OBJ_ROOT)/include && \
|
||||
for hdr in `find . -type f -print` ; do \
|
||||
for hdr in `find . -type f -print | grep -v CVS` ; do \
|
||||
$(DataInstall) $$hdr $(PROJ_includedir)/$$hdr ; \
|
||||
done ; \
|
||||
fi
|
||||
endif
|
||||
|
||||
uninstall-local::
|
||||
$(Echo) Uninstalling include files
|
||||
|
Loading…
Reference in New Issue
Block a user