diff -c yours/remake-hdr.am mine/remake-hdr.am *** yours/remake-hdr.am Wed Oct 24 18:23:31 2001 --- mine/remake-hdr.am Wed Oct 24 17:35:22 2001 *************** *** 21,27 **** @if test ! -f $@; then \ rm -f %STAMP%; \ $(MAKE) %STAMP%; \ ! else :; fi ## Explicitly look in srcdir for benefit of non-GNU makes. %STAMP%: $(srcdir)/%CONFIG_HEADER_IN% $(top_builddir)/config.status @rm -f %STAMP% %STAMP%T --- 21,28 ---- @if test ! -f $@; then \ rm -f %STAMP%; \ $(MAKE) %STAMP%; \ ! else :; fi; \ ! touch %CONFIG_HEADER% ## Explicitly look in srcdir for benefit of non-GNU makes. %STAMP%: $(srcdir)/%CONFIG_HEADER_IN% $(top_builddir)/config.status @rm -f %STAMP% %STAMP%T *************** *** 42,48 **** @if test ! -f $@; then \ rm -f $(srcdir)/%SRC_STAMP%.in; \ $(MAKE) $(srcdir)/%SRC_STAMP%.in; \ ! else :; fi $(srcdir)/%SRC_STAMP%.in: $(top_srcdir)/%CONFIGURE-AC% $(ACLOCAL_M4) %FILES% @rm -f $(srcdir)/%SRC_STAMP%.in $(srcdir)/%SRC_STAMP%.inT ## We used to try to get a real timestamp here. But the fear is that --- 43,50 ---- @if test ! -f $@; then \ rm -f $(srcdir)/%SRC_STAMP%.in; \ $(MAKE) $(srcdir)/%SRC_STAMP%.in; \ ! else :; fi; \ ! touch $(srcdir)/%CONFIG_HEADER_IN% $(srcdir)/%SRC_STAMP%.in: $(top_srcdir)/%CONFIGURE-AC% $(ACLOCAL_M4) %FILES% @rm -f $(srcdir)/%SRC_STAMP%.in $(srcdir)/%SRC_STAMP%.inT ## We used to try to get a real timestamp here. But the fear is that