From aed9f1fa5e0b5c0f53132e4c8147d158dc4ceaa8 Mon Sep 17 00:00:00 2001 From: Kai Liu Date: Tue, 12 Nov 2013 21:40:25 -0800 Subject: [PATCH] The updated sed still doesn't work in mac, revert. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5ea878b656..f7b114ff22 100644 --- a/Makefile +++ b/Makefile @@ -369,7 +369,7 @@ endif # the correct path prefix. %.d: %.cc $(CXX) $(CXXFLAGS) $(PLATFORM_SHARED_CFLAGS) -MM $< -o $@ - @sed -i -e 's/.*:/$*.o:/' $@ + @sed -i -e 's|.*:|$*.o:|' $@ DEPFILES = $(filter-out util/build_version.d,$(SOURCES:.cc=.d))