From: Roy Marples Date: Tue, 20 May 2008 14:10:21 +0000 (+0000) Subject: Don't set CONFIG in the Makefile. X-Git-Tag: v4.0.2~364 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f81be76fc605333ef92ecde09b093b1ebe5bd4d;p=thirdparty%2Fdhcpcd.git Don't set CONFIG in the Makefile. --- diff --git a/Makefile b/Makefile index 3d186e79..ed66faaa 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,6 @@ SRCS= common.c dhcp.c dhcpcd.c logger.c net.c signals.c SRCS+= configure.c client.c SRCS+= ${SRC_IF} ${SRC_SOCKET} -CONFIG= ${SYSCONFDIR}/dhcpcd.conf SCRIPTDIR= ${PREFIX}/libexec SCRIPT= ${SCRIPTDIR}/dhcpcd.sh HOOKDIR= ${SCRIPTDIR}/dhcpcd.hook.d @@ -26,8 +25,8 @@ FILES= dhcpcd.conf FILESDIR= ${SYSCONFDIR} CPPFLAGS+= -DDBDIR=\"${DBDIR}\" -CPPFLAGS+= -DCONFIG=\"${CONFIG}\" CPPFLAGS+= -DSCRIPT=\"${SCRIPT}\" +CPPFLAGS+= -DSYSCONFDIR=\"${SYSCONFDIR}\" LDADD+= ${LIBRT} SUBDIRS= hook.d