summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1998-05-01 19:13:41 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1998-05-01 19:13:41 +0000
commitec8ce75e891f817cb32fee4928749c71aa2efb01 (patch)
tree59c1b14ecc6adf8dc1fbeee4343af455c46589c5
parentd86cac8647f3858b5b6bf7fbb83988b4a345948a (diff)
Notes
-rw-r--r--gnu/usr.bin/bc/Makefile4
1 files changed, 2 insertions, 2 deletions
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