Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2009-03-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+ * 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.
&& $(_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