Add missing -DHAVE_CONFIG_H

This commit is contained in:
Andrey A. Chernov 1998-05-01 19:13:41 +00:00
parent d86cac8647
commit ec8ce75e89
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=35600

View file

@ -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