mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 04:39:44 +00:00
Part 2 of DESTDIR support
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10945 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
afca90e832
commit
67afaa1899
2
Makefile
2
Makefile
@ -37,7 +37,7 @@ include/Config/config.h.in: autoconf/configure.ac autoconf/aclocal.m4
|
||||
|
||||
install-includes:
|
||||
$(MKDIR) $(includedir)/llvm
|
||||
cd include && find * '!' '(' -name '*~' -o -name .cvsignore ')' -print | grep -v CVS | pax -rwdvpe $(includedir)/llvm
|
||||
cd include && find * '!' '(' -name '*~' -o -name .cvsignore ')' -print | grep -v CVS | pax -rwdvpe $(DESTDIR)$(includedir)/llvm
|
||||
|
||||
install:: install-includes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user