aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
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.am
parent56d05bfd4b6f8da5ba225e6470a79bd73b0bd322 (diff)
Switch to make-services.py. Fix some variable names and version tests.
svn path=/trunk/; revision=51189
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 586c2b17f1..1fd3011826 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -605,7 +605,7 @@ SUFFIXES = .sh
$(editsh) $< > $@.tmp && chmod +x $@.tmp && mv $@.tmp $@
services:
- $(PERL) $(srcdir)/tools/make-services.pl
+ $(PYTHON) $(srcdir)/tools/make-services.py
CLEANFILES = \
*~ \