mirror of
https://github.com/nmap/nmap.git
synced 2025-12-30 11:29:01 +00:00
Remove some explicit install targets to force build to happen before install
This commit is contained 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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user