summaryrefslogtreecommitdiff
path: root/real.make
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2013-11-15 20:30:49 -0800
committerBen Longbons <b.r.longbons@gmail.com>2013-11-15 21:43:08 -0800
commit672c4091b5a43442759886144607aa407a04e5bc (patch)
treecda5dc54039f6c711d07aae8890f99269c499a42 /real.make
parentf8747c4355f43b11489cc85eb8b5b922685fec39 (diff)
downloadtmwa-672c4091b5a43442759886144607aa407a04e5bc.tar.gz
tmwa-672c4091b5a43442759886144607aa407a04e5bc.tar.bz2
tmwa-672c4091b5a43442759886144607aa407a04e5bc.tar.xz
tmwa-672c4091b5a43442759886144607aa407a04e5bc.zip
Unbreak build
Diffstat (limited to 'real.make')
-rw-r--r--real.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/real.make b/real.make
index 8d5cfb6..0968503 100644
--- a/real.make
+++ b/real.make
@@ -245,7 +245,7 @@ obj/%.d: src/%.cpp
set -o pipefail; \
${CXX} ${CPPFLAGS} -DGENERATING_DEPENDENCIES ${CXXFLAGS} -MG -MP -MM $< \
-MT '$(patsubst %.d,%.ii,$@) $(patsubst %.d,%.ll,$@) $(patsubst %.d,%.bc,$@) $(patsubst %.d,%.s,$@) $(patsubst %.d,%.o,$@) $@' \
- | sed -e ':again; s:/[^/ ]*/../:/:; t again' \
+ | sed -e ':again; s:/[^/ ]*/\.\./:/:; t again' \
-e 's: ${SRC_DIR}/: :g' \
> $@
endif