From 2dab57f425b34026d772d2ba7df66ab4a21cbdc3 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Wed, 7 Aug 2013 16:33:39 +0000 Subject: Switch to make-services.py. Fix some variable names and version tests. svn path=/trunk/; revision=51189 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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 = \ *~ \ -- cgit v1.2.3