tests: avoid a spurious failure on MSYS
[platform/upstream/automake.git] / GNUmakefile
index 20af004..21db5c4 100644 (file)
@@ -1,6 +1,6 @@
 # Maintainer makefile for Automake.  Requires GNU make.
 
-# Copyright (C) 2012 Free Software Foundation, Inc.
+# Copyright (C) 2012-2013 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
@@ -19,12 +19,13 @@ 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)
 endif
 include ./Makefile
+include $(srcdir)/maint.mk
 include $(srcdir)/syntax-checks.mk
 
 else # ! bootstrap in $(MAKECMDGOALS)