From: Shawn Routhier Date: Tue, 14 Sep 2010 22:33:54 +0000 (+0000) Subject: automake regeneration X-Git-Tag: v4_2_1b1~33 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4649821d8805f90fe21ef116cff6a86dbe879975;p=thirdparty%2Fdhcp.git automake regeneration --- diff --git a/client/Makefile.in b/client/Makefile.in index d27a7216b..b45e6fed6 100644 --- a/client/Makefile.in +++ b/client/Makefile.in @@ -549,11 +549,11 @@ uninstall-man: uninstall-man5 uninstall-man8 dhclient.o: dhclient.c - $(COMPILE) -DCLIENT_PATH='"$(sbindir)"' \ + $(COMPILE) -DCLIENT_PATH='"PATH=$(sbindir):/sbin:/bin:/usr/sbin:/usr/bin"' \ -DLOCALSTATEDIR='"$(localstatedir)"' -c dhclient.c dhc6.o: dhc6.c - $(COMPILE) -DCLIENT_PATH='"$(sbindir)"' \ + $(COMPILE) -DCLIENT_PATH='"PATH=$(sbindir):/sbin:/bin:/usr/sbin:/usr/bin"' \ -DLOCALSTATEDIR='"$(localstatedir)"' -c dhc6.c # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded.