- Include CURDIR in case the makefile is not run from the same directory.

This commit is contained in:
Ulf Lilleengen 2010-03-03 16:45:58 +00:00
parent ab99e589dd
commit ff5cfe34d6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=204639

View file

@ -29,7 +29,7 @@ SRCS= attrstack.c \
token.l \
updater.c
CFLAGS+= -I.
CFLAGS+= -I. -I${.CURDIR}
CFLAGS+= -DHAVE_FFLAGS -DNDEBUG
WARNS?= 1