From b5606dde916f166ca7fa8746bb37b8b8137f81ba Mon Sep 17 00:00:00 2001 From: vincent Date: Tue, 16 Aug 2016 09:31:59 +0000 Subject: [PATCH] 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. --- Makefile.in | 2 +- libnetutil/Makefile.in | 2 +- ncat/Makefile.in | 2 +- nmap-update/Makefile.in | 2 +- nping/Makefile.in | 2 +- nsock/src/Makefile.in | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile.in b/Makefile.in index c7f12e2cad..c1c71075d9 100644 --- a/Makefile.in +++ b/Makefile.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 diff --git a/libnetutil/Makefile.in b/libnetutil/Makefile.in index 017ce2db36..855fa22650 100644 --- a/libnetutil/Makefile.in +++ b/libnetutil/Makefile.in @@ -38,4 +38,4 @@ Makefile: Makefile.in makefile.dep: $(CXX) -MM $(CPPFLAGS) $(SRCS) > $@ -include makefile.dep +-include makefile.dep diff --git a/ncat/Makefile.in b/ncat/Makefile.in index afb00626ae..105b29ee9d 100644 --- a/ncat/Makefile.in +++ b/ncat/Makefile.in @@ -209,5 +209,5 @@ check: $(TARGET) $(TEST_PROGS) makefile.dep: $(CC) -MM $(CPPFLAGS) $(SRCS) > $@ -include makefile.dep +-include makefile.dep diff --git a/nmap-update/Makefile.in b/nmap-update/Makefile.in index 61e00e246c..5a5b1495f1 100644 --- a/nmap-update/Makefile.in +++ b/nmap-update/Makefile.in @@ -59,6 +59,6 @@ Makefile: Makefile.in makefile.dep: $(CC) -MM $(CPPFLAGS) $(C_FILES) > $@ -include makefile.dep +-include makefile.dep .PHONY: all clean diff --git a/nping/Makefile.in b/nping/Makefile.in index 5c9a981480..ad5db78be4 100644 --- a/nping/Makefile.in +++ b/nping/Makefile.in @@ -164,4 +164,4 @@ config.status: configure makefile.dep: $(CXX) -MM $(CPPFLAGS) $(SRCS) > $@ -include makefile.dep +-include makefile.dep diff --git a/nsock/src/Makefile.in b/nsock/src/Makefile.in index 29497c2d62..cf0b8617b7 100644 --- a/nsock/src/Makefile.in +++ b/nsock/src/Makefile.in @@ -94,4 +94,4 @@ config.status: configure makefile.dep: $(CC) -MM $(CPPFLAGS) $(SRCS) > $@ -include makefile.dep +-include makefile.dep