aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-03-30 17:53:59 +0000
committerGerald Combs <gerald@wireshark.org>2012-03-30 17:53:59 +0000
commit121547aac09839cd6e5b5c443806c4ea55051ed1 (patch)
treea8617445987018025c449dd4015435283e3709c2 /Makefile.am
parent6649a2f4c36c5ee078114a2bb1385dbc9cde99f6 (diff)
downloadwireshark-121547aac09839cd6e5b5c443806c4ea55051ed1.tar.gz
wireshark-121547aac09839cd6e5b5c443806c4ea55051ed1.tar.bz2
wireshark-121547aac09839cd6e5b5c443806c4ea55051ed1.zip
Remove the dependency on tools/make-services.pl for the services target.
This is likely the cause of unwanted "services" file build attempts. svn path=/trunk-1.6/; revision=41854
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 e91c2e632e..6a36368110 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -520,7 +520,7 @@ tshark-tap-register.c: $(TSHARK_TAP_SRC) $(srcdir)/tools/make-tapreg-dotc
ps.c: print.ps $(srcdir)/tools/rdps.py
$(PYTHON) $(srcdir)/tools/rdps.py $(srcdir)/print.ps ps.c
-services: tools/make-services.pl
+services:
$(PERL) $(srcdir)/tools/make-services.pl
#