From: Roy Marples Date: Wed, 18 Jun 2008 10:23:16 +0000 (+0000) Subject: Allow LIBEXECDIR to inherit from env. X-Git-Tag: v4.0.2~273 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ed8985371b5ab520f70242c9395a275d9bc26fd;p=thirdparty%2Fdhcpcd.git Allow LIBEXECDIR to inherit from env. --- diff --git a/Makefile b/Makefile index 51e68d12..e149a91f 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ SRCS= common.c dhcp.c dhcpcd.c logger.c net.c signals.c SRCS+= configure.c client.c SRCS+= ${SRC_IF} ${SRC_PF} -LIBEXECDIR= ${PREFIX}/libexec +LIBEXECDIR?= ${PREFIX}/libexec SCRIPT= ${LIBEXECDIR}/dhcpcd-run-hooks HOOKDIR= ${LIBEXECDIR}/dhcpcd-hooks