]> git.ipfire.org Git - thirdparty/sarg.git/commitdiff
Make sarg as the default target
authorFrederic Marchal <fmarchal@users.sourceforge.net>
Sat, 16 Mar 2013 08:51:26 +0000 (09:51 +0100)
committerFrederic Marchal <fmarchal@users.sourceforge.net>
Sat, 16 Mar 2013 08:51:26 +0000 (09:51 +0100)
This bug was introduced after listing the source files dependencies.

Makefile.in

index 0ff7e0927db99cf5728cf4b4dd11235249af6bae..2eb6b5be707c683adaf285ed17b2af709c1b972f 100644 (file)
@@ -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) $<