Quote PPP_CONFDIR in CFLAGS

This commit is contained in:
Brian Somers 2001-03-23 13:28:28 +00:00
parent 39cb1f2d78
commit 1f39538d63

View file

@ -23,7 +23,7 @@ CFLAGS+=-DRELEASE_CRUNCH
.endif
.if defined(PPP_CONFDIR) && !empty(PPP_CONFDIR)
CFLAGS+=-DPPP_CONFDIR=${PPP_CONFDIR}
CFLAGS+=-DPPP_CONFDIR=\"${PPP_CONFDIR}\"
.endif
.if defined(NOKLDLOAD)