diff --git a/gnu/usr.bin/bc/Makefile b/gnu/usr.bin/bc/Makefile index 040f06a61505..50dc7082b766 100644 --- a/gnu/usr.bin/bc/Makefile +++ b/gnu/usr.bin/bc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.11 1998/05/01 04:42:53 ache Exp $ +# $Id: Makefile,v 1.12 1998/05/01 10:01:00 andreas Exp $ .PATH: ${.CURDIR}/../../../contrib/bc/bc \ ${.CURDIR}/../../../contrib/bc/lib \ @@ -12,7 +12,7 @@ SRCS= ${GENSRCS} ${BCSRCS} YACC= bison -y -CFLAGS+=-I${.CURDIR} -I. -I${.CURDIR}/../../../contrib/bc/h +CFLAGS+=-I${.CURDIR} -I. -I${.CURDIR}/../../../contrib/bc/h -DHAVE_CONFIG_H bc.h: bc.c mv y.tab.h bc.h