From b63cdc769a82a09d5fbe0bf863dfdbec532d05f0 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 30 Jun 2008 19:29:36 +0000 Subject: [PATCH] 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. --- Makefile.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index fd2bc13af..8587401a6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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)"