Makefile: Remove some noise from dependency generation output

This commit is contained in:
Jonathan Moore Liles 2010-01-31 14:10:01 -06:00
parent 6abd18c5ac
commit 0f5f339b84
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ TAGS: $(SRCS)
ifneq ($(CALCULATING),yes)
@ echo -n Calculating dependencies...
@ makedepend -f- -- $(CXXFLAGS) $(INCLUDES) -- $(SRCS) 2>/dev/null > .deps && echo $(DONE)
# @ gcc -M $(CXXFLAGS) $(INCLUDES) $(SRCS) > .deps && echo $(DONE)
@ # gcc -M $(CXXFLAGS) $(INCLUDES) $(SRCS) > .deps && echo $(DONE)
endif