* Makefile.am (stamp-vcl): Use diff' instead of cmp'.

This commit is contained in:
Ralf Wildenhues 2005-05-02 09:20:24 +00:00
parent ef4442da9b
commit f815c1a1d1
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-05-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* Makefile.am (stamp-vcl): Use `diff' instead of `cmp'.
2005-04-30 Gary V. Vaughan <gary@gnu.org>
Revert the parallel installation changes from November last year:

View File

@ -134,7 +134,7 @@ $(srcdir)/stamp-vcl: vcl-tmp clean-ltmain-sh ChangeLog
vcl-tmp:
@set dummy `$(MKSTAMP) < $(srcdir)/ChangeLog`; shift; \
echo "$$1" > vcl.tmp; \
cmp -s vcl.tmp $(srcdir)/stamp-vcl \
diff vcl.tmp $(srcdir)/stamp-vcl >/dev/null \
|| (echo "Updating stamp-vcl"; cp vcl.tmp $(srcdir)/stamp-vcl)
-@rm -f vcl.tmp