1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-22 11:17:19 +00:00
freebsd/gnu/usr.bin/bc
Steve Price e2a59009ba Change -I$(.CURDIR) to -I. in CFLAGS. As Bruce pointed out
$(...) is bad style and without -I. this program would not
compile unless ${.OBJDIR} == ${.CURDIR}.

Submitted by: bde
1996-11-04 16:14:16 +00:00
..
bc.1
bc.y
bcdefs.h
config.h
const.h
COPYING
execute.c
global.c
global.h
load.c Cleanup -Wall warnings added with upgrade to version 1.03. 1996-11-04 03:59:35 +00:00
main.c
Makefile Change -I$(.CURDIR) to -I. in CFLAGS. As Bruce pointed out 1996-11-04 16:14:16 +00:00
math.h
number.c Cleanup -Wall warnings added with upgrade to version 1.03. 1996-11-04 03:59:35 +00:00
number.h
proto.h Get rid of bogus #ifdef's. 1996-11-04 04:36:31 +00:00
scan.l
storage.c Cleanup -Wall warnings added with upgrade to version 1.03. 1996-11-04 03:59:35 +00:00
util.c Cleanup -Wall warnings added with upgrade to version 1.03. 1996-11-04 03:59:35 +00:00
version.h