From 7794100ef88f8fbf40309604c7f22a58dbd2a37d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 22 Nov 2007 08:44:38 +0100 Subject: * GNUmakefile: Correct the "rerunning..." diagnostic. --- ChangeLog | 2 ++ GNUmakefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8affb8ebd..56de1ec3d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2007-11-22 Jim Meyering + * GNUmakefile: Correct the "rerunning..." diagnostic. + Make it easier to diagnose PATH-induced "make distcheck" failures. * Makefile.maint (write_loser): Define. (my-distcheck): Use an always-failing wrapper script, that gives diff --git a/GNUmakefile b/GNUmakefile index 436ecc07d..3dc6f1541 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -47,7 +47,7 @@ ifeq (0,$(MAKELEVEL)) ifneq (,$(_is-dist-target)) _curr-ver := $(shell build-aux/git-version-gen .version) ifneq ($(_curr-ver),$(VERSION)) - $(info INFO: running autoreconf for new version string; old: $(_curr-ver)) + $(info INFO: running autoreconf for new version string: $(_curr-ver)) dummy := $(shell rm -rf autom4te.cache; autoreconf) endif endif -- cgit v1.2.3-70-g09d2