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:
@@ -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
|
||||
|
||||
@@ -38,4 +38,4 @@ Makefile: Makefile.in
|
||||
|
||||
makefile.dep:
|
||||
$(CXX) -MM $(CPPFLAGS) $(SRCS) > $@
|
||||
include makefile.dep
|
||||
-include makefile.dep
|
||||
|
||||
@@ -209,5 +209,5 @@ check: $(TARGET) $(TEST_PROGS)
|
||||
|
||||
makefile.dep:
|
||||
$(CC) -MM $(CPPFLAGS) $(SRCS) > $@
|
||||
include makefile.dep
|
||||
-include makefile.dep
|
||||
|
||||
|
||||
@@ -59,6 +59,6 @@ Makefile: Makefile.in
|
||||
|
||||
makefile.dep:
|
||||
$(CC) -MM $(CPPFLAGS) $(C_FILES) > $@
|
||||
include makefile.dep
|
||||
-include makefile.dep
|
||||
|
||||
.PHONY: all clean
|
||||
|
||||
@@ -164,4 +164,4 @@ config.status: configure
|
||||
|
||||
makefile.dep:
|
||||
$(CXX) -MM $(CPPFLAGS) $(SRCS) > $@
|
||||
include makefile.dep
|
||||
-include makefile.dep
|
||||
|
||||
@@ -94,4 +94,4 @@ config.status: configure
|
||||
|
||||
makefile.dep:
|
||||
$(CC) -MM $(CPPFLAGS) $(SRCS) > $@
|
||||
include makefile.dep
|
||||
-include makefile.dep
|
||||
|
||||
Reference in New Issue
Block a user