From: serassio <> Date: Mon, 9 May 2005 14:31:51 +0000 (+0000) Subject: Forward port of latest 2.5 changes: X-Git-Tag: SQUID_3_0_PRE4~760 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f9dfc458a09b159dde532c17596ba1317c1fe0c;p=thirdparty%2Fsquid.git Forward port of latest 2.5 changes: - $< works for GNU make but not for BSD make. - Fix out-of-tree builds of the make files --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 641b5a593d..6cb8718d72 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,7 +1,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.am,v 1.4 2005/04/30 15:30:57 serassio Exp $ +# $Id: Makefile.am,v 1.5 2005/05/09 08:31:51 serassio Exp $ # # Uncomment and customize the following to suit your needs: # @@ -18,11 +18,11 @@ SUBSTITUTE=sed "\ s%@DEFAULT_MIME_TABLE@%$(DEFAULT_MIME_TABLE)%g;\ " -squid.8: squid.8.in Makefile - $(SUBSTITUTE) < $< > $@ +squid.8: $(srcdir)/squid.8.in Makefile + $(SUBSTITUTE) < $(srcdir)/squid.8.in > $@ -cachemgr.cgi.8: cachemgr.cgi.8.in Makefile - $(SUBSTITUTE) < $< > $@ +cachemgr.cgi.8: $(srcdir)/cachemgr.cgi.8.in Makefile + $(SUBSTITUTE) < $(srcdir)/cachemgr.cgi.8.in > $@ man_MANS = \ squid.8 \