diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1998-05-01 19:20:42 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1998-05-01 19:20:42 +0000 |
commit | 770f6b3dcffdc30495775f972c4332b2fa193cf5 (patch) | |
tree | 792d6aed850dc8d2bf246059925c5dd537c5c2dd /gnu/usr.bin/dc/Makefile | |
parent | ec8ce75e891f817cb32fee4928749c71aa2efb01 (diff) | |
download | src-770f6b3dcffdc30495775f972c4332b2fa193cf5.tar.gz src-770f6b3dcffdc30495775f972c4332b2fa193cf5.zip |
Do not store the same config.h twice - use one from bc directory
Notes
Notes:
svn path=/head/; revision=35602
Diffstat (limited to 'gnu/usr.bin/dc/Makefile')
-rw-r--r-- | gnu/usr.bin/dc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/dc/Makefile b/gnu/usr.bin/dc/Makefile index 4df503fcb23f..ddc2f01d5715 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 |