mirror of
https://github.com/nmap/nmap.git
synced 2026-06-25 02:27:59 +00:00
Update the Umit version number in the Nmap makefile.
This commit is contained in:
parent
e333704d4a
commit
39cd0c15a0
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue