Fixed style bugs (tab corruption) on every changed line in previous commit.

This commit is contained in:
Bruce Evans 2001-11-11 02:16:52 +00:00
parent b49c67f03f
commit 7f78280b08

View File

@ -8,8 +8,8 @@ PROG= bc
SRCS= bc.y execute.c global.c load.c main.c scan.l storage.c util.c \ SRCS= bc.y execute.c global.c load.c main.c scan.l storage.c util.c \
number.c getopt.c getopt1.c number.c getopt.c getopt1.c
CFLAGS+=-I. -I${.CURDIR} -I${.CURDIR}/../../../contrib/bc/h -DHAVE_CONFIG_H CFLAGS+=-I. -I${.CURDIR} -I${.CURDIR}/../../../contrib/bc/h -DHAVE_CONFIG_H
DPADD= ${LIBREADLINE} ${LIBTERMCAP} DPADD= ${LIBREADLINE} ${LIBTERMCAP}
LDADD= -lreadline -ltermcap LDADD= -lreadline -ltermcap
EXAMPLES= ckbook.b pi.b primes.b twins.b EXAMPLES= ckbook.b pi.b primes.b twins.b
EXAMPDIR= /usr/share/examples/bc EXAMPDIR= /usr/share/examples/bc