X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=GNUmakefile;h=52c200295d87579e194f6bdc07a05bd340759329;hb=0ac06406dcc6cf9c5f1fbeef340764e73cc8eae0;hp=20af004b9a64a6609ce74014daa4646d9622c5f9;hpb=7c6310c3a069ad18b3be277be606c7109f8e9a82;p=platform%2Fupstream%2Fautomake.git diff --git a/GNUmakefile b/GNUmakefile index 20af004..52c2002 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -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,13 +19,14 @@ 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)/syntax-checks.mk +include $(srcdir)/maintainer/maint.mk +include $(srcdir)/maintainer/syntax-checks.mk else # ! bootstrap in $(MAKECMDGOALS) @@ -49,7 +50,7 @@ export BOOTSTRAP_SHELL # kick in, because the tree might be in an inconsistent state (e.g., # we have just switched from 'maint' to 'master', and have the built # 'automake' script left from 'maint', but the files 'lib/am/*.am' -# are from 'master': if 'automake' gets run and used those files -- +# are from 'master': if 'automake' gets run and uses those files -- # boom!). ifdef config-status # Bootstrap from an already-configured tree.