--- bind-9.2.1/make/rules.in Tue Mar 26 00:55:15 2002 +++ bind-9.2.1.new/make/rules.in Sat Mar 1 16:59:10 2003 @@ -47,7 +47,10 @@ ### Makefile may define: ### TARGETS -all: subdirs ${TARGETS} +all: touchfile ${TARGETS} + +touchfile: subdirs + touch touchfile ### ### Subdirectories --- bind-9.2.1/lib/isc/Makefile.in Mon Oct 22 23:28:13 2001 +++ bind-9.2.1.new/lib/isc/Makefile.in Sat Mar 1 17:07:48 2003 @@ -88,11 +88,11 @@ -DLIBAGE=${LIBAGE} \ -c ${srcdir}/version.c -libisc.@SA@: ${OBJS} +libisc.@SA@: touchfile ${OBJS} ${AR} ${ARFLAGS} $@ ${OBJS} ${RANLIB} $@ -libisc.la: ${OBJS} +libisc.la: touchfile ${OBJS} ${LIBTOOL} --mode=link \ ${CC} ${ALL_CFLAGS} -o libisc.la -rpath ${libdir} \ -version-info ${LIBINTERFACE}:${LIBREVISION}:${LIBAGE} \ --- bind-9.2.1/lib/dns/Makefile.in Sat Mar 1 17:22:26 2003 +++ bind-9.2.1.new/lib/dns/Makefile.in Sat Mar 1 18:02:49 2003 @@ -90,17 +90,17 @@ -DLIBAGE=${LIBAGE} \ -c ${srcdir}/version.c -libdns.@SA@: ${OBJS} +libdns.@SA@: touchfile ${OBJS} ${AR} ${ARFLAGS} $@ ${OBJS} ${RANLIB} $@ -libdns.la: ${OBJS} +libdns.la: touchfile ${OBJS} ${LIBTOOL} --mode=link \ ${CC} ${ALL_CFLAGS} -o libdns.la -rpath ${libdir} \ -version-info ${LIBINTERFACE}:${LIBREVISION}:${LIBAGE} \ ${OBJS} ${LIBS} -timestamp: libdns.@A@ +timestamp: include libdns.@A@ touch timestamp installdirs: @@ -148,3 +148,6 @@ include/dns/rdatastruct.h code.h subdirs: include/dns/enumtype.h include/dns/enumclass.h \ include/dns/rdatastruct.h code.h + +$(OBJS): include/dns/enumtype.h include/dns/enumclass.h \ + include/dns/rdatastruct.h code.h --- bind-9.2.1/lib/bind/make/rules.in Fri Jun 29 15:25:15 2001 +++ bind-9.2.1.new/lib/bind/make/rules.in Sat Mar 1 19:25:24 2003 @@ -48,8 +48,10 @@ ### Makefile may define: ### TARGETS -all: subdirs ${TARGETS} +all: touchfile ${TARGETS} +touchfile: subdirs + touch touchfile ### ### Subdirectories ### --- bind-9.2.1/lib/bind/Makefile.in Sat Mar 1 17:22:26 2003 +++ bind-9.2.1.new/lib/bind/Makefile.in Sat Mar 1 19:45:21 2003 @@ -94,11 +94,11 @@ @BIND9_MAKE_RULES@ -libbind.@SA@: ${OBJS} +libbind.@SA@: touchfile ${AR} ${ARFLAGS} $@ ${OBJS} ${RANLIB} $@ -libbind.la: ${OBJS} +libbind.la: touchfile ${LIBTOOL} --mode=link \ ${CC} ${ALL_CFLAGS} -o libbind.la -rpath ${libdir} \ -version-info ${LIBINTERFACE}:${LIBREVISION}:${LIBAGE} \