summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/bc
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1996-11-04 16:14:16 +0000
committerSteve Price <steve@FreeBSD.org>1996-11-04 16:14:16 +0000
commite2a59009baf605ec44e2c7481897f7204fc0f34e (patch)
treefc092a6600a7a82690ff4ee277eb1841e1096b28 /gnu/usr.bin/bc
parent206e5b7e2708a36062c5b4c6f4a5140ed3ed260c (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/bc')
-rw-r--r--gnu/usr.bin/bc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/bc/Makefile b/gnu/usr.bin/bc/Makefile
index dd11698a83ce..e4a2738a0e3c 100644
--- a/gnu/usr.bin/bc/Makefile
+++ b/gnu/usr.bin/bc/Makefile
@@ -4,7 +4,7 @@ BCSRCS= execute.c global.c load.c main.c number.c storage.c util.c
GENSRCS= bc.c scan.c
SRCS= ${GENSRCS} ${BCSRCS}
-CFLAGS+= -D_POSIX_SOURCE -I$(.CURDIR)
+CFLAGS+= -D_POSIX_SOURCE -I.
CLEANFILES+= ${GENSRCS} y.tab.h
.include <bsd.prog.mk>