aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>1999-09-01 22:59:48 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>1999-09-01 22:59:48 +0000
commit26320373749221d48566c3c8a05bd1c5efa16d9e (patch)
tree567bb77c07b573b7f21ac715a26fc4bc919ac869 /Makefile.am
parent1a1b8abc2e0855b52a0d669186462512cddd3cc2 (diff)
Bert Driehuis' patch to add a "--with-ucdsnmp" option that specifies the
directory in which the UCD SNMP library is found (and to check for the UCD SNMP stuff in "$prefix" if "$prefix" isn't "/usr/local"), and to have "Makefile.am" use "$(MAKE)" rather than "make". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@624 f5534014-38df-0310-8fa8-9805f1628bb7
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 e1b5008e0b..8d20bd99de 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -162,7 +162,7 @@ SUBDIRS = wiretap gtk @SUBDIRS@
ethereal.1: ethereal doc/ethereal.pod.template
(cd doc ; \
- make ../ethereal.1 )
+ $(MAKE) ../ethereal.1 )
dfilter-scanner.c : dfilter-scanner.l
$(LEX) -Pdfilter_ -t $(srcdir)/dfilter-scanner.l > dfilter-scanner.c