1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-29 17:49:08 +00:00

Remove the part of Makefile.in that calls setup.sh in a subdirectory of zenmap.

setup.sh no longer exists. It was not used anyway.
This commit is contained in:
david
2008-06-30 19:29:36 +00:00
parent b87c27127f
commit b63cdc769a

View File

@@ -189,9 +189,6 @@ install-nmap: $(TARGET)
$(INSTALL) -c -m 644 nmap-protocols $(DESTDIR)$(nmapdatadir)/
$(INSTALL) -c -m 644 nmap-mac-prefixes $(DESTDIR)$(nmapdatadir)/
$(ZENMAPDIR)/setup.py:
cd $(ZENMAPDIR) && install_scripts/unix/setup.sh
# Update the version number used by Zenmap.
$(ZENMAPDIR)/zenmapCore/Version.py $(ZENMAPDIR)/share/zenmap/config/zenmap_version: nmap.h
cd $(ZENMAPDIR) && $(PYTHON) install_scripts/utils/version_update.py "$(NMAP_VERSION)"