From 0f330313ccadc5c027e482f9e3fc8a05bb57e375 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Wed, 20 Jun 2012 23:32:44 +0200 Subject: [PATCH] typofix: s/env/even/ in comments in GNUmakefile Spotted by Eric Blake. Signed-off-by: Stefano Lattarini --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 20af004..7ab58ca 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) -- 2.7.4