From bb12ec7ba1909f464d0091b31c18efadf239854a Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 1 Sep 1999 22:59:48 +0000 Subject: 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". svn path=/trunk/; revision=624 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3