]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bootstrapped
authorhno <>
Sat, 16 Nov 2002 08:18:28 +0000 (08:18 +0000)
committerhno <>
Sat, 16 Nov 2002 08:18:28 +0000 (08:18 +0000)
src/Makefile.in

index c98dbf5d3c015f5fea5b0a69c80f767f87820140..a9c65723306532bb2e8bd087ab3e2d5aca121532 100644 (file)
@@ -16,7 +16,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.in,v 1.261 2002/10/25 03:48:56 robertc Exp $
+#  $Id: Makefile.in,v 1.262 2002/11/16 01:18:28 hno Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -422,6 +422,12 @@ DEFAULT_HOSTS = @OPT_DEFAULT_HOSTS@
 
 DEFS = @DEFS@ -DDEFAULT_CONFIG_FILE=\"$(DEFAULT_CONFIG_FILE)\"
 
+
+# Don't automatically uninstall config files
+#      @if test -f $(DESTDIR)$(DEFAULT_CONFIG_FILE) ; then \
+#              echo "rm -f $(DESTDIR)$(DEFAULT_CONFIG_FILE)"; \
+#              $(RM) -f $(DESTDIR)$(DEFAULT_CONFIG_FILE); \
+#      fi
 DISTCLEANFILES = cf_gen_defines.h cf.data cf_parser.h squid.conf.default \
        globals.c string_arrays.c repl_modules.cc auth_modules.cc store_modules.cc
 
@@ -1255,10 +1261,6 @@ uninstall-local:
                echo "rm -f $(DESTDIR)$(DEFAULT_MIME_TABLE)"; \
                $(RM) -f $(DESTDIR)$(DEFAULT_MIME_TABLE); \
        fi
-       @if test -f $(DESTDIR)$(DEFAULT_CONFIG_FILE) ; then \
-               echo "rm -f $(DESTDIR)$(DEFAULT_CONFIG_FILE)"; \
-               $(RM) -f $(DESTDIR)$(DEFAULT_CONFIG_FILE); \
-       fi
 # 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: