From 672c4091b5a43442759886144607aa407a04e5bc Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Fri, 15 Nov 2013 20:30:49 -0800 Subject: Unbreak build --- real.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'real.make') 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 -- cgit v1.2.3-60-g2f50