From d2f659e3f9321a488987365a57504e5bca837de8 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Fri, 19 Oct 2001 12:45:59 +0000 Subject: [PATCH] Fixed style bugs in previous commit: - don't comment out the old version; just modify it. - don't 2 sets of 3 style bugs that weren't present in the old version. --- gnu/usr.bin/bc/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/gnu/usr.bin/bc/Makefile b/gnu/usr.bin/bc/Makefile index 3ad6d3ce06b..f5ad9dd94b2 100644 --- a/gnu/usr.bin/bc/Makefile +++ b/gnu/usr.bin/bc/Makefile @@ -8,10 +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 += ${LIBEDIT} ${LIBTERMCAP} -LDADD += -ledit -ltermcap +DPADD= ${LIBEDIT} ${LIBTERMCAP} +LDADD= -ledit -ltermcap EXAMPLES= ckbook.b pi.b primes.b twins.b EXAMPDIR= /usr/share/examples/bc