mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Hide first makefile attempt to include makefile.dep
This is to avoid having a warning saying that there is no makefile.dep file, which will be generated right after the warning and then included in the Makefile.
This commit is contained in:
parent
23ed953352
commit
b5606dde91
6 changed files with 6 additions and 6 deletions
|
|
@ -38,4 +38,4 @@ Makefile: Makefile.in
|
|||
|
||||
makefile.dep:
|
||||
$(CXX) -MM $(CPPFLAGS) $(SRCS) > $@
|
||||
include makefile.dep
|
||||
-include makefile.dep
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue