From: Frederic Marchal Date: Sat, 16 Mar 2013 08:51:26 +0000 (+0100) Subject: Make sarg as the default target X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e62783ed3e04847989c8215437a2944571ebf09f;p=thirdparty%2Fsarg.git Make sarg as the default target This bug was introduced after listing the source files dependencies. --- diff --git a/Makefile.in b/Makefile.in index 0ff7e09..2eb6b5b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -45,6 +45,8 @@ SRCS = util.c log.c report.c topuser.c email.c sort.c html.c \ filelist.c readlog.c alias.c \ readlog_squid.c readlog_sarg.c readlog_extlog.c readlog_common.c +all: sarg + *.o: include/conf.h include/info.h include/defs.h alias.o: include/alias.h include/stringbuffer.h @@ -68,8 +70,6 @@ DISTFILES = $(SRCS) ABOUT-NLS SUBDIRS = po .PHONY: all install clean uninstall mostlyclean distclean update-po doc $(SUBDIRS) -all: sarg - .c.o: $(CC) -c -I. $(CPPFLAGS) $(DEFS) $(CFLAGS) $<