From: Frédéric Marchal Date: Sun, 26 Dec 2010 13:13:36 +0000 (+0000) Subject: Don't rebuild sarg.1 when making all X-Git-Tag: v2.3.2~109 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=257cd925ea6852bcaaca376ceb05b242fd0ba487;p=thirdparty%2Fsarg.git Don't rebuild sarg.1 when making all The building of the manpage requires the xsl stylesheets that are not located at the same place on every system. Moreover, it is not necessary to rebuild it as it can be shipped with the sources. Therefore, "make all" only rebuild sarg without making sarg.1. --- diff --git a/Makefile.in b/Makefile.in index b1350f3..de9da8a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -47,7 +47,7 @@ DISTFILES = $(SRCS) ABOUT-NLS SUBDIRS = po .PHONY: all install clean uninstall mostlyclean distclean update-po doc $(SUBDIRS) -all: sarg sarg.1 +all: sarg .c.o: $(CC) -c -I. $(CPPFLAGS) $(DEFS) $(CFLAGS) $<