--------------------- PatchSet 11402 Date: 2007/05/05 22:06:55 Author: hno Branch: SQUID_2_6 Tag: (none) Log: MFC: Fix fs / auth / snmp dependencies Dependencies for some of the internal libraries was missing, resuling in the squid binary not always rebuilt on source changes. Note: There still is no dependencies to lib/ sources. Only added dependencies for libraries referenced directly by their .a file, not -l libraries. Members: src/Makefile.am:1.56->1.56.2.1 src/Makefile.in:1.281->1.281.2.1 Index: squid/src/Makefile.am =================================================================== RCS file: /cvsroot/squid/squid/src/Makefile.am,v retrieving revision 1.56 retrieving revision 1.56.2.1 diff -u -r1.56 -r1.56.2.1 --- squid/src/Makefile.am 30 Oct 2006 00:07:33 -0000 1.56 +++ squid/src/Makefile.am 5 May 2007 22:06:55 -0000 1.56.2.1 @@ -1,7 +1,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.am,v 1.56 2006/10/30 00:07:33 hno Exp $ +# $Id: Makefile.am,v 1.56.2.1 2007/05/05 22:06:55 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -267,6 +267,12 @@ @XTRA_LIBS@ \ $(MINGWEXLIB) +squid_DEPENDENCIES = \ + $(REPL_OBJS) \ + $(STORE_OBJS) \ + $(AUTH_OBJS) \ + $(SNMPLIB) + unlinkd_SOURCES = unlinkd_LDADD = unlinkd-daemon.o unlinkd-daemon.o: unlinkd.c Index: squid/src/Makefile.in =================================================================== RCS file: /cvsroot/squid/squid/src/Makefile.in,v retrieving revision 1.281 retrieving revision 1.281.2.1 diff -u -r1.281 -r1.281.2.1 --- squid/src/Makefile.in 4 Nov 2006 23:20:03 -0000 1.281 +++ squid/src/Makefile.in 5 May 2007 22:06:55 -0000 1.281.2.1 @@ -17,7 +17,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.281 2006/11/04 23:20:03 hno Exp $ +# $Id: Makefile.in,v 1.281.2.1 2007/05/05 22:06:55 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -162,7 +162,6 @@ string_arrays.$(OBJEXT) squid_OBJECTS = $(am_squid_OBJECTS) $(nodist_squid_OBJECTS) am__DEPENDENCIES_1 = -squid_DEPENDENCIES = $(am__DEPENDENCIES_1) am_unlinkd_OBJECTS = unlinkd_OBJECTS = $(am_unlinkd_OBJECTS) unlinkd_DEPENDENCIES = unlinkd-daemon.o @@ -565,6 +564,12 @@ @XTRA_LIBS@ \ $(MINGWEXLIB) +squid_DEPENDENCIES = \ + $(REPL_OBJS) \ + $(STORE_OBJS) \ + $(AUTH_OBJS) \ + $(SNMPLIB) + unlinkd_SOURCES = unlinkd_LDADD = unlinkd-daemon.o pinger_SOURCES = \