From: hno <> Date: Tue, 10 May 2005 06:10:39 +0000 (+0000) Subject: Bootstrapped X-Git-Tag: SQUID_3_0_PRE4~757 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8e3b48f9c044f30efe673653dc5481630e8f0ccc;p=thirdparty%2Fsquid.git Bootstrapped --- diff --git a/doc/Makefile.in b/doc/Makefile.in index aac08b1022..82c7392a69 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -17,7 +17,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.45 2005/05/01 00:10:37 hno Exp $ +# $Id: Makefile.in,v 1.46 2005/05/10 00:10:39 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -454,11 +454,11 @@ uninstall-man: uninstall-man8 uninstall-info-am uninstall-man uninstall-man8 -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 > $@ # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: