Fixed style bugs (tab corruption) on every changed line in previous commit.
This commit is contained in:
parent
b49c67f03f
commit
7f78280b08
@ -8,8 +8,8 @@ PROG= bc
|
||||
SRCS= bc.y execute.c global.c load.c main.c scan.l storage.c util.c \
|
||||
number.c getopt.c getopt1.c
|
||||
CFLAGS+=-I. -I${.CURDIR} -I${.CURDIR}/../../../contrib/bc/h -DHAVE_CONFIG_H
|
||||
DPADD= ${LIBREADLINE} ${LIBTERMCAP}
|
||||
LDADD= -lreadline -ltermcap
|
||||
DPADD= ${LIBREADLINE} ${LIBTERMCAP}
|
||||
LDADD= -lreadline -ltermcap
|
||||
|
||||
EXAMPLES= ckbook.b pi.b primes.b twins.b
|
||||
EXAMPDIR= /usr/share/examples/bc
|
||||
|
Loading…
Reference in New Issue
Block a user