From 556e73ccbbd70fbed2dbe7d80a1a255e4fc07004 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Marchal?= Date: Wed, 3 Mar 2010 19:41:22 +0000 Subject: [PATCH] Use a substitution to maintain only one list of files to process --- Makefile.in | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/Makefile.in b/Makefile.in index e6d13e8..e7984ac 100644 --- a/Makefile.in +++ b/Makefile.in @@ -37,19 +37,12 @@ SRCS = util.c log.c report.c topuser.c email.c sort.c html.c \ totger.c index.c getconf.c usage.c decomp.c ip2name.c \ useragent.c exclude.c convlog.c totday.c repday.c datafile.c\ indexonly.c splitlog.c lastlog.c topsites.c siteuser.c css.c \ - smartfilter.c denied.cauthfail.c language.c charset.c \ + smartfilter.c denied.c authfail.c charset.c \ squidguard_log.c squidguard_report.c auth.c download.c grepday.c \ dansguardian_log.c dansguardian_report.c realtime.c btree_cache.c \ usertab.c userinfo.c -OBJS = util.o log.o report.o topuser.o email.o sort.o html.o \ - totger.o index.o getconf.o usage.o decomp.o ip2name.o \ - useragent.o exclude.o convlog.o totday.o repday.o datafile.o \ - indexonly.o splitlog.o lastlog.o topsites.o siteuser.o css.o \ - smartfilter.o denied.o authfail.o language.o charset.o \ - squidguard_log.o squidguard_report.o auth.o download.o grepday.o \ - dansguardian_log.o dansguardian_report.o realtime.o btree_cache.o \ - usertab.o userinfo.o +OBJS = $(patsubst %.c,%.o,$(SRCS)) DISTFILES = $(SRCS) ABOUT-NLS -- 2.47.2