From 39cd0c15a0ac8a4ef26e5a1b156f668aca141f87 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 26 Sep 2007 04:56:25 +0000 Subject: [PATCH] Update the Umit version number in the Nmap makefile. --- Makefile.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 7764bf0a4..15f8cc968 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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