From 7f78280b081fd4f24869dfe97310aa6ab1086a75 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sun, 11 Nov 2001 02:16:52 +0000 Subject: [PATCH] Fixed style bugs (tab corruption) on every changed line in previous commit. --- gnu/usr.bin/bc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/usr.bin/bc/Makefile b/gnu/usr.bin/bc/Makefile index 90ad02e07c18..a8c3af4647ab 100644 --- a/gnu/usr.bin/bc/Makefile +++ b/gnu/usr.bin/bc/Makefile @@ -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