]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
building outside the source tree fixes
authorwessels <>
Fri, 6 Feb 1998 04:37:48 +0000 (04:37 +0000)
committerwessels <>
Fri, 6 Feb 1998 04:37:48 +0000 (04:37 +0000)
errors/Makefile.in
src/Makefile.in

index 0a889411677b8d8aaf1cd7e0a059a922dedeb901..76f49d753008ff526dee79932aacea37151ed732 100644 (file)
@@ -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 \
index c0cfcb63d94c9af0f5ad73bdb8086f7a477453e1..70372baaef864b17549bd6e096c961e93bff7587 100644 (file)
@@ -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: