From: Ralf Wildenhues Date: Sat, 14 Mar 2009 15:52:06 +0000 (+0100) Subject: * top/GNUmakefile (_have-git-version-gen): Fix typo. X-Git-Tag: v0.1~6085 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=52af63c6db760160e067b836137b8a9d4ccb74f7;p=gnulib.git * top/GNUmakefile (_have-git-version-gen): Fix typo. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index f33be9405..c513eeac2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2009-03-14 Ralf Wildenhues + * top/GNUmakefile (_have-git-version-gen): Fix typo. + GNUmakefile: disable parallelism only for multiple, recursive targets * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user additions in the Makefile. diff --git a/top/GNUmakefile b/top/GNUmakefile index 14b6fcdce..33eb3aa4d 100644 --- a/top/GNUmakefile +++ b/top/GNUmakefile @@ -64,7 +64,7 @@ ifeq ($(_have-git-version-gen)0,yes$(MAKELEVEL)) && $(_build-aux)/git-version-gen .tarball-version) ifneq ($(_curr-ver),$(VERSION)) ifeq ($(_curr-ver),UNKNOWN) - $(info WARNING: unable to verify if $(VERSION) is correct version) + $(info WARNING: unable to verify if $(VERSION) is the correct version) else ifneq (,$(_is-install-target)) # GNU Coding Standards state that 'make install' should not cause