Fix make - use -I${.CURDIR} instead of -I.
This commit is contained in:
parent
2001f720ce
commit
de2218d16b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=35530
@ -1,4 +1,4 @@
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.6 1998/04/29 22:05:23 andreas Exp $
|
||||
|
||||
.include "${.CURDIR}/../Makefile.inc"
|
||||
|
||||
@ -18,7 +18,7 @@ YACC= bison -y
|
||||
CFLAGS+= -DHAVE_VPRINTF=1 -DSTDC_HEADERS=1 -DHAVE_ISGRAPH=1 \
|
||||
-DHAVE_LIMITS_H=1 -DHAVE_STDARG_H=1 -DHAVE_STDDEF_H=1 \
|
||||
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 \
|
||||
-I${.CURDIR}/../../../contrib/bc/h -I.
|
||||
-I${.CURDIR}/../../../contrib/bc/h -I${.CURDIR}
|
||||
|
||||
CLEANFILES+= ${GENSRCS} y.tab.h
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user