summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/dc/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1998-05-01 19:20:42 +0000
committerache <ache@FreeBSD.org>1998-05-01 19:20:42 +0000
commit47edcaa2b6698dda1fd3c322bac557e3c0c8b8e2 (patch)
treeeb93228b4f91f008236831b3a23c8d41710bba87 /gnu/usr.bin/dc/Makefile
parent070655b3a35fd12580ba9d3ae105519b91f8e667 (diff)
downloadFreeBSD-src-47edcaa2b6698dda1fd3c322bac557e3c0c8b8e2.zip
FreeBSD-src-47edcaa2b6698dda1fd3c322bac557e3c0c8b8e2.tar.gz
Do not store the same config.h twice - use one from bc directory
Diffstat (limited to 'gnu/usr.bin/dc/Makefile')
-rw-r--r--gnu/usr.bin/dc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/dc/Makefile b/gnu/usr.bin/dc/Makefile
index 4df503f..ddc2f01 100644
--- a/gnu/usr.bin/dc/Makefile
+++ b/gnu/usr.bin/dc/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.8 1998/05/01 09:51:31 andreas Exp $
+# $Id: Makefile,v 1.9 1998/05/01 12:01:57 bde Exp $
BCDIR= ${.CURDIR}/../../../contrib/bc
@@ -7,7 +7,7 @@ BCDIR= ${.CURDIR}/../../../contrib/bc
PROG= dc
SRCS= array.c dc.c eval.c misc.c numeric.c stack.c string.c \
getopt.c getopt1.c number.c
-CFLAGS+=-I${.CURDIR} -I${BCDIR}/h -DHAVE_CONFIG_H
+CFLAGS+=-I${.CURDIR}/../bc -I${BCDIR}/h -DHAVE_CONFIG_H
DPADD= ${LIBM}
LDADD= -lm
SUBDIR= doc
OpenPOWER on IntegriCloud