X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=GNUmakefile;h=52c200295d87579e194f6bdc07a05bd340759329;hb=0ac06406dcc6cf9c5f1fbeef340764e73cc8eae0;hp=21db5c4cc4bd578e05833b7947f63d64bd44a1b7;hpb=7df8b28cb170a6e67df30bd30f1753a43cf315aa;p=platform%2Fupstream%2Fautomake.git diff --git a/GNUmakefile b/GNUmakefile index 21db5c4..52c2002 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -25,8 +25,8 @@ ifeq ($(wildcard Makefile),) $(error Fatal Error) endif include ./Makefile -include $(srcdir)/maint.mk -include $(srcdir)/syntax-checks.mk +include $(srcdir)/maintainer/maint.mk +include $(srcdir)/maintainer/syntax-checks.mk else # ! bootstrap in $(MAKECMDGOALS) @@ -50,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.