aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-08-07 16:33:39 +0000
committerGerald Combs <gerald@wireshark.org>2013-08-07 16:33:39 +0000
commit2dab57f425b34026d772d2ba7df66ab4a21cbdc3 (patch)
treebc3646ec189497da322c46b13f9690abab30547b /Makefile.nmake
parent56d05bfd4b6f8da5ba225e6470a79bd73b0bd322 (diff)
Switch to make-services.py. Fix some variable names and version tests.
svn path=/trunk/; revision=51189
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index f6dab8a470..42fa30a7f4 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -802,8 +802,8 @@ doxygen-run:
doxygen: doxygen.cfg doxygen-run
-services: tools\make-services.pl
- $(PERL) tools/make-services.pl
+services: tools\make-services.py
+ $(PYTHON) tools/make-services.py
################################################################################
# Prepare build environment by downloading and installing required libraries