]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Fix INFODIR
authorRoy Marples <roy@marples.name>
Wed, 9 Jan 2008 14:16:18 +0000 (14:16 +0000)
committerRoy Marples <roy@marples.name>
Wed, 9 Jan 2008 14:16:18 +0000 (14:16 +0000)
Makefile

index d52652a7b49213380de2627e7595fe6bf84a2320..5f13deeeb97be7313c0ffa3034c00d688bcb8240 100644 (file)
--- 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