X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=Makefile;h=7146bfbef52ef6d0e99dcd254b1ffd90a8b7a539;hb=24ad00db5a7f86b1ce725d831058347d62edfe8b;hp=4cbf53a8f07c9893d4745841299461e07856a2c0;hpb=59932233c60fb8df343377c236f72d06ae9e1876;p=oota-llvm.git diff --git a/Makefile b/Makefile index 4cbf53a8f07..7146bfbef52 100644 --- a/Makefile +++ b/Makefile @@ -32,8 +32,11 @@ 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 +ifneq ($(BUILD_SRC_ROOT),$(BUILD_OBJ_ROOT)) + cd $(BUILD_SRC_ROOT)/include && find * '!' '(' -name '*~' -o -name .cvsignore ')' -print | grep -v CVS | pax -rwdvpe $(DESTDIR)$(includedir)/llvm +endif install:: install-includes