]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
added version.h dependency
authorwessels <>
Tue, 22 Oct 1996 09:39:00 +0000 (09:39 +0000)
committerwessels <>
Tue, 22 Oct 1996 09:39:00 +0000 (09:39 +0000)
lib/Makefile.in

index eb7b452241c18e2761cda9b976a2ccaa80ef1502..b47ed2ec0ef67829aa20c9fc15a96142fb559e22 100644 (file)
@@ -3,7 +3,7 @@
 #
 #  Darren Hardy, hardy@cs.colorado.edu, April 1994
 #
-#  $Id: Makefile.in,v 1.17 1996/10/22 03:38:10 wessels Exp $
+#  $Id: Makefile.in,v 1.18 1996/10/22 03:39:00 wessels Exp $
 #
 prefix         = @prefix@
 srcdir         = @srcdir@
@@ -37,6 +37,8 @@ CFLAGS                = $(AC_CFLAGS) $(INCLUDE)
 
 all: $(LIBS)
 
+$(UTILOBJS): ../include/version.h
+
 libmiscutil.a: $(UTILOBJS)
        $(RM) -f $@
        ar r $@ $(UTILOBJS)