From 96237179cdbf6ed2d5a7ce3ea3f717bb400b4635 Mon Sep 17 00:00:00 2001 From: Steven Noonan Date: Sat, 2 Jan 2010 14:07:31 -0800 Subject: makefile: use QUIET_CC when compiling *.m files Signed-off-by: Steven Noonan --- crawl-ref/source/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref') diff --git a/crawl-ref/source/makefile b/crawl-ref/source/makefile index 0f9123f037..a023a4286c 100644 --- a/crawl-ref/source/makefile +++ b/crawl-ref/source/makefile @@ -877,7 +877,7 @@ endif $(OBJECTS:%.o=%.cc): $(CC_DEP) $(TILEDEFHDRS) $(CONTRIB_LIBS) %.o: %.m .cflags - $(QUIET_CXX)$(CC) $(ALL_CFLAGS) -Wp,-MD,$*.d -c $< -o $*.o + $(QUIET_CC)$(CC) $(ALL_CFLAGS) -Wp,-MD,$*.d -c $< -o $*.o %.o: %.cc .cflags $(QUIET_CXX)$(CXX) $(ALL_CFLAGS) -Wp,-MD,$*.d -c $< -o $*.o -- cgit v1.2.3-54-g00ecf