From 0b28350628e24a233aafa30ec6e3d636e523591a Mon Sep 17 00:00:00 2001 From: dmiller Date: Mon, 9 May 2016 13:13:15 +0000 Subject: [PATCH] Remove some explicit install targets to force build to happen before install --- Makefile.in | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Makefile.in b/Makefile.in index 646e7162d..9c0cdd38e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -390,12 +390,6 @@ install-%: build-% %/Makefile uninstall-%: %/Makefile cd $* && $(MAKE) uninstall -install-ncat: $(NCATDIR)/ncat - @cd $(NCATDIR) && $(MAKE) install - -install-nping: $(NPINGDIR)/nping - @cd $(NPINGDIR) && $(MAKE) install - install: install-nmap $(INSTALLNSE) $(INSTALLZENMAP) @NCAT_INSTALL@ @NMAP_UPDATE_INSTALL@ $(INSTALLNDIFF) $(INSTALLNPING) @echo "NMAP SUCCESSFULLY INSTALLED"