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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user