]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
fix unlinkd.o duplicity
authorwessels <>
Fri, 20 Mar 1998 12:51:04 +0000 (12:51 +0000)
committerwessels <>
Fri, 20 Mar 1998 12:51:04 +0000 (12:51 +0000)
src/Makefile.in

index 6126de5e153ce0edcd395873e23ea2fcdb7a7e09..6b824914781fceaf2259e80d4d2c57a2cfe4fe2e 100644 (file)
@@ -1,7 +1,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.in,v 1.132 1998/03/08 21:02:09 rousskov Exp $
+#  $Id: Makefile.in,v 1.133 1998/03/20 05:51:04 wessels Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -188,8 +188,11 @@ cachemgr.cgi:      cachemgr.o
 pinger: pinger.o
        $(CC) -o $@ $(LDFLAGS) pinger.o debug.o globals.o $(PINGER_LIBS)
 
-unlinkd: unlinkd.c
-       $(CC) $(CFLAGS) -DUNLINK_DAEMON $(srcdir)/unlinkd.c -o $@ $(LDFLAGS)
+unlinkd: unlinkd-daemon.o
+       $(CC) $(LDFLAGS) unlinkd-daemon.o -o $@
+
+unlinkd-daemon.o: unlinkd.c
+       $(CC) -c $(CFLAGS) -DUNLINK_DAEMON $(srcdir)/unlinkd.c -o $@
 
 cache_cf.o: cf_parser.c