]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
- Updated dependent list for cache_diff
authorrousskov <>
Mon, 30 Mar 1998 03:20:04 +0000 (03:20 +0000)
committerrousskov <>
Mon, 30 Mar 1998 03:20:04 +0000 (03:20 +0000)
src/Makefile.in

index 1b439ed0b7dd5428c024f2a2b2fa0acf07e99d92..f28e99fbfb7beac67fdbd1c88db9c6faef4046d1 100644 (file)
@@ -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