From bcd53439a134512f0e6cba4f805f7674b25f9ece Mon Sep 17 00:00:00 2001 From: hno <> Date: Wed, 31 May 2000 07:34:10 +0000 Subject: [PATCH] Added autoconf.h dependency to src objects, to trap when someone changes the configure options. --- src/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.in b/src/Makefile.in index 749d9aa0ec..e472c9d681 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.186 2000/05/31 01:04:48 hno Exp $ +# $Id: Makefile.in,v 1.187 2000/05/31 01:34:10 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -196,7 +196,7 @@ DEFAULTS = \ all: squid.conf store_modules $(PROGS) $(UTILS) $(SUID_UTILS) $(CGIPROGS) -$(OBJS): $(top_srcdir)/include/version.h +$(OBJS): $(top_srcdir)/include/version.h ../include/autoconf.h $(SNMP_OBJS): ../snmplib/libsnmp.a $(top_srcdir)/include/cache_snmp.h -- 2.47.3