From: rousskov <> Date: Mon, 30 Mar 1998 03:20:04 +0000 (+0000) Subject: - Updated dependent list for cache_diff X-Git-Tag: SQUID_3_0_PRE1~3708 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f952b6bf62ae50b379dc0d264bb8a26dbb0bf425;p=thirdparty%2Fsquid.git - Updated dependent list for cache_diff --- diff --git a/src/Makefile.in b/src/Makefile.in index 1b439ed0b7..f28e99fbfb 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.138 1998/03/29 20:02:44 rousskov Exp $ +# $Id: Makefile.in,v 1.139 1998/03/29 20:20:04 rousskov Exp $ # # Uncomment and customize the following to suit your needs: # @@ -199,7 +199,7 @@ unlinkd: unlinkd-daemon.o unlinkd-daemon.o: unlinkd.c $(CC) -c $(CFLAGS) -DUNLINK_DAEMON $(srcdir)/unlinkd.c -o $@ -cache_diff: cache_diff.o +cache_diff: cache_diff.o debug.o globals.o hash.o store_key_md5.o $(CC) -o $@ $(LDFLAGS) $@.o debug.o globals.o hash.o store_key_md5.o $(CACHE_DIFF_LIBS) cache_cf.o: cf_parser.c