CVSROOT: /sources/m4 Module name: m4 Changes by: Gary V. Vaughan <gary> 07/03/28 14:37:33
Index: Makefile.am =================================================================== RCS file: /sources/m4/m4/Makefile.am,v retrieving revision 1.52 retrieving revision 1.53 diff -u -b -r1.52 -r1.53 --- Makefile.am 26 Feb 2007 21:44:10 -0000 1.52 +++ Makefile.am 28 Mar 2007 14:37:33 -0000 1.53 @@ -51,23 +51,10 @@ BUILT_SOURCES = -## We know that $(srcdir)/ChangeLog has been edited if stamp-vcl -## needs updating, so we assume we have write access to $(srcdir). -## If we try to maintain ./stamp-vcl to avoid writing to a possibly -## read-only $(srcdir), then when the two stamp-vcls differ, distcheck -## will try to update the one in the read-only source tree it makes. MKSTAMP = $(SHELL) $(srcdir)/$(config_aux_dir)/mkstamp -$(srcdir)/stamp-vcl: vcl-tmp ChangeLog -vcl-tmp: - @set dummy `$(MKSTAMP) < $(srcdir)/ChangeLog`; shift; \ - echo "$$1" > vcl.tmp; \ - diff vcl.tmp $(srcdir)/stamp-vcl >/dev/null 2>&1 \ - || (echo "Updating stamp-vcl"; cp vcl.tmp $(srcdir)/stamp-vcl) - [EMAIL PROTECTED] -f vcl.tmp # Make sure config.status is regenerated when the version timestamp changes -CONFIG_STATUS_DEPENDENCIES = stamp-vcl -EXTRA_DIST += stamp-vcl +CONFIG_STATUS_DEPENDENCIES = ChangeLog ## ------- ##
