Makefile: Remove some noise from dependency generation output
This commit is contained in:
parent
6abd18c5ac
commit
0f5f339b84
2
Makefile
2
Makefile
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue