From 52af63c6db760160e067b836137b8a9d4ccb74f7 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Sat, 14 Mar 2009 16:52:06 +0100 Subject: [PATCH] * top/GNUmakefile (_have-git-version-gen): Fix typo. Signed-off-by: Ralf Wildenhues --- ChangeLog | 2 ++ top/GNUmakefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- 2.11.0