summaryrefslogtreecommitdiff
path: root/Makefile.rules
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
commit43db05a81c1aad69e1d2394f14e5c9dbbe50e2e9 (patch)
treec2a0819a47a89843fdd3a625610fdfc610139bbc /Makefile.rules
parentb0cfa6dfecc882866a45353466a57db4ea937d95 (diff)
downloadllvm-43db05a81c1aad69e1d2394f14e5c9dbbe50e2e9.tar.gz
llvm-43db05a81c1aad69e1d2394f14e5c9dbbe50e2e9.tar.bz2
llvm-43db05a81c1aad69e1d2394f14e5c9dbbe50e2e9.tar.xz
Oops, I accidentally broke the .d files. Fixed thusly
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3272 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 3151a2c61f..5873cfbe2b 100644
--- a/Makefile.rules
+++ b/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