summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-08-09 19:18:12 +0000
committerChris Lattner <sabre@nondot.org>2002-08-09 19:18:12 +0000
commite5b0f6574b298e0d0bc67d4f4408eb050738314a (patch)
treecf4d4ba4122f2ebf84637b174bc9419dc867e983
parente08000ac9f811d402dcb52e3040a1ec7488ce03e (diff)
downloadbcm5719-llvm-e5b0f6574b298e0d0bc67d4f4408eb050738314a.tar.gz
bcm5719-llvm-e5b0f6574b298e0d0bc67d4f4408eb050738314a.zip
Oops, I accidentally broke the .d files. Fixed thusly
llvm-svn: 3272
-rw-r--r--llvm/Makefile.common2
-rw-r--r--llvm/Makefile.rules2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/Makefile.common b/llvm/Makefile.common
index 3151a2c61f5..5873cfbe2b3 100644
--- a/llvm/Makefile.common
+++ b/llvm/Makefile.common
@@ -302,7 +302,7 @@ endif
# Create dependencies for the *.cpp files...
$(BUILD_ROOT)/Depend/%.d: %.cpp $(BUILD_ROOT)/Depend/.dir
- $(Depend) $< | sed 's|$*\.o *|Release/& Debug/& Depend/$(@F)|g' > $@
+ $(Depend) $< | sed 's|$*\.o *|$(BUILD_ROOT)/Release/& $(BUILD_ROOT)/Debug/& $(BUILD_ROOT)/Depend/$(@F)|g' > $@
# Create dependencies for the *.c files...
$(BUILD_ROOT)/Depend/%.d: %.c $(BUILD_ROOT)/Depend/.dir
diff --git a/llvm/Makefile.rules b/llvm/Makefile.rules
index 3151a2c61f5..5873cfbe2b3 100644
--- a/llvm/Makefile.rules
+++ b/llvm/Makefile.rules
@@ -302,7 +302,7 @@ endif
# Create dependencies for the *.cpp files...
$(BUILD_ROOT)/Depend/%.d: %.cpp $(BUILD_ROOT)/Depend/.dir
- $(Depend) $< | sed 's|$*\.o *|Release/& Debug/& Depend/$(@F)|g' > $@
+ $(Depend) $< | sed 's|$*\.o *|$(BUILD_ROOT)/Release/& $(BUILD_ROOT)/Debug/& $(BUILD_ROOT)/Depend/$(@F)|g' > $@
# Create dependencies for the *.c files...
$(BUILD_ROOT)/Depend/%.d: %.c $(BUILD_ROOT)/Depend/.dir
OpenPOWER on IntegriCloud