From: wessels <> Date: Tue, 22 Oct 1996 09:39:00 +0000 (+0000) Subject: added version.h dependency X-Git-Tag: SQUID_3_0_PRE1~5620 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5c7272a8ddd4daecfc72e597d400de5fa113271d;p=thirdparty%2Fsquid.git added version.h dependency --- diff --git a/lib/Makefile.in b/lib/Makefile.in index eb7b452241..b47ed2ec0e 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -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)