mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Add missing -DHAVE_CONFIG_H
This commit is contained in:
parent
d86cac8647
commit
ec8ce75e89
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=35600
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user