summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client/Makefile.in5
-rw-r--r--common/Makefile.in1
-rw-r--r--common/tests/Makefile.in1
-rw-r--r--dhcpctl/Makefile.in1
-rw-r--r--dst/Makefile.in1
-rw-r--r--includes/Makefile.in1
-rw-r--r--omapip/Makefile.in1
-rw-r--r--relay/Makefile.in1
-rw-r--r--server/Makefile.in1
-rw-r--r--tests/Makefile.in1
10 files changed, 12 insertions, 2 deletions
diff --git a/client/Makefile.in b/client/Makefile.in
index 29343de3..b45e6fed 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 998f2f31..af4b35c1 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 4f0411ec..c02f3f39 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 c0e3f841..e3db45e5 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 08ecbd52..c84e34f8 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 476b1954..249fd71b 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 334adfc0..75a0f86f 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 8cd48ba4..677522df 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 01762e91..b8a1b323 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 dcfb1f1c..031d5de6 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 \