summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/dc
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1998-04-30 07:52:05 +0000
committerache <ache@FreeBSD.org>1998-04-30 07:52:05 +0000
commit42b079b4f32353f79d6705def80e02568d73fb6b (patch)
tree17888d8bab2029cab24791c38d7436c71beb40d1 /gnu/usr.bin/dc
parentffa68fade6abd88926b7e8183c4300dfd6a48ca6 (diff)
downloadFreeBSD-src-42b079b4f32353f79d6705def80e02568d73fb6b.zip
FreeBSD-src-42b079b4f32353f79d6705def80e02568d73fb6b.tar.gz
fix make - use -I${.CURDIR} instead -I.
Diffstat (limited to 'gnu/usr.bin/dc')
-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 a723055..509be76 100644
--- a/gnu/usr.bin/dc/Makefile
+++ b/gnu/usr.bin/dc/Makefile
@@ -1,6 +1,6 @@
# Makefile copyright Andreas Klemm <andreas@FreeBSD.ORG> 1998
#
-# $Id$
+# $Id: Makefile,v 1.6 1998/04/29 22:14:40 andreas Exp $
.include "${.CURDIR}/../Makefile.inc"
@@ -16,7 +16,7 @@ MAN1= dc.1
CFLAGS+= -DHAVE_VPRINTF=1 -DSTDC_HEADERS=1 -DHAVE_ISGRAPH=1 \
-DHAVE_LIMITS_H=1 -DHAVE_STDARG_H=1 -DHAVE_STDDEF_H=1 \
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 \
- -I${.CURDIR}/../../../contrib/bc/h -I.
+ -I${.CURDIR}/../../../contrib/bc/h -I${.CURDIR}
DPADD= ${LIBM}
LDADD= -lm
OpenPOWER on IntegriCloud