summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-11-17 00:00:31 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-11-17 00:00:31 +0000
commit755c72db8f865dfe6c72159a13b876e1a42f4056 (patch)
tree8c9bd171e7d9aefcaa6852b50a5c43f0a88f9541 /GNUmakefile
parent0e4acb04cc8f48191cdc83125ebf7719694e686e (diff)
downloadautoconf-755c72db8f865dfe6c72159a13b876e1a42f4056.tar.gz
Import upstream changes.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 675af822..38d55245 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -4,7 +4,7 @@
# It is necessary if you want to build targets usually of interest
# only to the maintainer.
-# Copyright (C) 2001, 2003 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2003, 2006 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -46,8 +46,8 @@ include $(srcdir)/Makefile.maint
else
all:
- @echo There seems to be no Makefile in this directory.
- @echo "You must run ./configure before running \`make'."
+ @echo There seems to be no Makefile in this directory. 1>&2
+ @echo "You must run ./configure before running \`make'." 1>&2
@exit 1
endif