aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4cbf53a..85aa6d7 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ tools-only: all
.PHONY: install-includes
install-includes:
- $(MKDIR) $(includedir)/llvm
+ $(MKDIR) $(DESTDIR)$(includedir)/llvm
cd include && find * '!' '(' -name '*~' -o -name .cvsignore ')' -print | grep -v CVS | pax -rwdvpe $(DESTDIR)$(includedir)/llvm
install:: install-includes