From: Roy Marples Date: Wed, 9 Jan 2008 14:16:18 +0000 (+0000) Subject: Fix INFODIR X-Git-Tag: v3.2.3~95 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9d2cb68d290ed8606864e5ce7207ad4d42c1d2c;p=thirdparty%2Fdhcpcd.git Fix INFODIR --- diff --git a/Makefile b/Makefile index d52652a7..5f13deee 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ include ${MK}/prog.mk INFOD?= /var/db LDADD+= ${LIBRESOLV} ${LIBRT} -CFLAGS+= -DINFORDIR=\"${INFOD}\" ${FORK} ${RC} +CFLAGS+= -DINFODIR=\"${INFOD}\" ${FORK} ${RC} # As version.h is generated by us, hardcode the depend correctly. ${SRCS}: version.h