1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +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:
vincent
2016-08-16 09:31:59 +00:00
parent 23ed953352
commit b5606dde91
6 changed files with 6 additions and 6 deletions

View File

@@ -478,7 +478,7 @@ lua-format:
makefile.dep:
$(CXX) -MM $(CPPFLAGS) $(SRCS) > $@
include makefile.dep
-include makefile.dep
# These the old names of scripts that have been renamed or deleted. Any
# scripts with these names will be deleted from the installation

View File

@@ -38,4 +38,4 @@ Makefile: Makefile.in
makefile.dep:
$(CXX) -MM $(CPPFLAGS) $(SRCS) > $@
include makefile.dep
-include makefile.dep

View File

@@ -209,5 +209,5 @@ check: $(TARGET) $(TEST_PROGS)
makefile.dep:
$(CC) -MM $(CPPFLAGS) $(SRCS) > $@
include makefile.dep
-include makefile.dep

View File

@@ -59,6 +59,6 @@ Makefile: Makefile.in
makefile.dep:
$(CC) -MM $(CPPFLAGS) $(C_FILES) > $@
include makefile.dep
-include makefile.dep
.PHONY: all clean

View File

@@ -164,4 +164,4 @@ config.status: configure
makefile.dep:
$(CXX) -MM $(CPPFLAGS) $(SRCS) > $@
include makefile.dep
-include makefile.dep

View File

@@ -94,4 +94,4 @@ config.status: configure
makefile.dep:
$(CC) -MM $(CPPFLAGS) $(SRCS) > $@
include makefile.dep
-include makefile.dep