1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-09 16:09:03 +00:00

Update the Umit version number in the Nmap makefile.

This commit is contained in:
david
2007-09-26 04:56:25 +00:00
parent e333704d4a
commit 39cd0c15a0

View File

@@ -208,7 +208,11 @@ install-nmapfe: $(TARGETNMAPFE)
$(UMITDIR)/setup.py:
cd $(UMITDIR) && install_scripts/unix/setup.sh
build-umit: $(UMITDIR)/setup.py
# Update the version number used by Umit.
$(UMITDIR)/umitCore/Version.py: nmap.h
echo "VERSION = \"$(NMAP_VERSION)\"" > $@
build-umit: $(UMITDIR)/setup.py $(UMITDIR)/umitCore/Version.py
cd $(UMITDIR) && $(PYTHON) setup.py build
install-umit: $(UMITDIR)/setup.py