summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-06-20 23:32:44 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-06-20 23:32:46 +0200
commit0f330313ccadc5c027e482f9e3fc8a05bb57e375 (patch)
treee91817c9060d43561cbd0b0d112d6146ec7c45cc /GNUmakefile
parentfe4d80cd4069709f2b0ff54f6fc0514c740cdf87 (diff)
downloadautomake-0f330313ccadc5c027e482f9e3fc8a05bb57e375.tar.gz
typofix: s/env/even/ in comments in GNUmakefile
Spotted by Eric Blake. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
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)