From: Stefano Lattarini Date: Wed, 20 Jun 2012 21:32:44 +0000 (+0200) Subject: typofix: s/env/even/ in comments in GNUmakefile X-Git-Tag: v1.12.2~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f330313ccadc5c027e482f9e3fc8a05bb57e375;p=thirdparty%2Fautomake.git typofix: s/env/even/ in comments in GNUmakefile Spotted by Eric Blake. Signed-off-by: Stefano Lattarini --- diff --git a/GNUmakefile b/GNUmakefile index 20af004b9..7ab58ca78 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -19,7 +19,7 @@ ifeq ($(filter bootstrap,$(MAKECMDGOALS)),) ifeq ($(wildcard Makefile),) # Any target but 'bootstrap' specified in an unconfigured tree - # is an error, env when the user is running GNU make. + # is an error, even when the user is running GNU make. $(warning There seems to be no Makefile in this directory.) $(warning You must run ./configure before running 'make'.) $(error Fatal Error)