From: Shawn Routhier Date: Tue, 14 Sep 2010 22:22:19 +0000 (+0000) Subject: automake regeneration X-Git-Tag: v4_3_0a1~251 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=419ed83cb9f4af9bd1d7979034658412dc7778cb;p=thirdparty%2Fdhcp.git automake regeneration --- diff --git a/client/Makefile.in b/client/Makefile.in index 29343de3a..b45e6fed6 100644 --- a/client/Makefile.in +++ b/client/Makefile.in @@ -161,6 +161,7 @@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ dist_sysconf_DATA = dhclient.conf @@ -548,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. diff --git a/common/Makefile.in b/common/Makefile.in index 998f2f31c..af4b35c1e 100644 --- a/common/Makefile.in +++ b/common/Makefile.in @@ -166,6 +166,7 @@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AM_CPPFLAGS = -I.. -DLOCALSTATEDIR='"@localstatedir@"' diff --git a/common/tests/Makefile.in b/common/tests/Makefile.in index 4f0411ecc..c02f3f39c 100644 --- a/common/tests/Makefile.in +++ b/common/tests/Makefile.in @@ -143,6 +143,7 @@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AM_CPPFLAGS = -I../.. diff --git a/dhcpctl/Makefile.in b/dhcpctl/Makefile.in index c0e3f8410..e3db45e58 100644 --- a/dhcpctl/Makefile.in +++ b/dhcpctl/Makefile.in @@ -172,6 +172,7 @@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ lib_LIBRARIES = libdhcpctl.a diff --git a/dst/Makefile.in b/dst/Makefile.in index 08ecbd52d..c84e34f8a 100644 --- a/dst/Makefile.in +++ b/dst/Makefile.in @@ -154,6 +154,7 @@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AM_CPPFLAGS = -DMINIRES_LIB -DHMAC_MD5 diff --git a/includes/Makefile.in b/includes/Makefile.in index 476b19547..249fd71b2 100644 --- a/includes/Makefile.in +++ b/includes/Makefile.in @@ -140,6 +140,7 @@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ nobase_include_HEADERS = omapip/alloc.h omapip/buffer.h omapip/convert.h \ diff --git a/omapip/Makefile.in b/omapip/Makefile.in index 334adfc00..75a0f86f8 100644 --- a/omapip/Makefile.in +++ b/omapip/Makefile.in @@ -169,6 +169,7 @@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ lib_LIBRARIES = libomapi.a diff --git a/relay/Makefile.in b/relay/Makefile.in index 8cd48ba47..677522dfa 100644 --- a/relay/Makefile.in +++ b/relay/Makefile.in @@ -148,6 +148,7 @@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AM_CPPFLAGS = -DLOCALSTATEDIR='"@localstatedir@"' diff --git a/server/Makefile.in b/server/Makefile.in index 01762e914..b8a1b323d 100644 --- a/server/Makefile.in +++ b/server/Makefile.in @@ -171,6 +171,7 @@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AM_CPPFLAGS = -I.. -DLOCALSTATEDIR='"@localstatedir@"' diff --git a/tests/Makefile.in b/tests/Makefile.in index dcfb1f1c4..031d5de65 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -142,6 +142,7 @@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ EXTRA_DIST = failover/dhcp-1.cf failover/dhcp-2.cf failover/new-failover \