From: wessels <> Date: Fri, 6 Feb 1998 04:37:48 +0000 (+0000) Subject: building outside the source tree fixes X-Git-Tag: SQUID_3_0_PRE1~4155 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d6f7b0bba6436d17ecf926d5f8d7995d8a5e8018;p=thirdparty%2Fsquid.git building outside the source tree fixes --- diff --git a/errors/Makefile.in b/errors/Makefile.in index 0a88941167..76f49d7530 100644 --- a/errors/Makefile.in +++ b/errors/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.2 1997/08/25 15:55:19 wessels Exp $ +# $Id: Makefile.in,v 1.3 1998/02/05 21:37:48 wessels Exp $ # prefix = @prefix@ exec_prefix = @exec_prefix@ @@ -22,7 +22,7 @@ LANGUAGE = English all: install: install-mkdirs - @for f in $(LANGUAGE)/ERR_*; do \ + @for f in $(srcdir)/$(LANGUAGE)/ERR_*; do \ if test -f $(DEFAULT_ERROR_DIR)/$$f ; then \ :; \ else \ diff --git a/src/Makefile.in b/src/Makefile.in index c0cfcb63d9..70372baaef 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1,7 +1,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.119 1998/02/03 22:08:10 wessels Exp $ +# $Id: Makefile.in,v 1.120 1998/02/05 21:37:49 wessels Exp $ # # Uncomment and customize the following to suit your needs: # @@ -269,7 +269,7 @@ install: all install-mkdirs $(RM) -f $(libexecdir)/-$$f; \ fi; \ done - $(INSTALL_FILE) mib.txt $(DEFAULT_MIB_PATH) + $(INSTALL_FILE) $(srcdir)/mib.txt $(DEFAULT_MIB_PATH) $(INSTALL_FILE) squid.conf $(sysconfdir)/squid.conf.default @if test -f $(sysconfdir)/squid.conf ; then \ echo "$@ will not overwrite existing $(sysconfdir)/squid.conf" ; \ @@ -278,12 +278,12 @@ install: all install-mkdirs $(INSTALL_FILE) squid.conf $(sysconfdir); \ fi - $(INSTALL_FILE) mime.conf $(sysconfdir)/mime.conf.default + $(INSTALL_FILE) $(srcdir)/mime.conf $(sysconfdir)/mime.conf.default @if test -f $(sysconfdir)/mime.conf ; then \ echo "$@ will not overwrite existing $(sysconfdir)/mime.conf" ; \ else \ - echo "$(INSTALL_FILE) mime.conf $(sysconfdir)"; \ - $(INSTALL_FILE) mime.conf $(sysconfdir); \ + echo "$(INSTALL_FILE) $(srcdir)/mime.conf $(sysconfdir)"; \ + $(INSTALL_FILE) $(srcdir)/mime.conf $(sysconfdir); \ fi install-pinger: