X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=build-aux%2FGNUmakefile;h=c9fad2d3719df67a155b17945a35a090c7a76bae;hb=81f8f597ea553e8454b0bbd89b81b71bc2ce3568;hp=f8293b2588fc9d5649f0f3a1f9940af9b70abdef;hpb=80bdb2b015a82eb6c96c8622177111592b98869b;p=gnulib.git diff --git a/build-aux/GNUmakefile b/build-aux/GNUmakefile index f8293b258..c9fad2d37 100644 --- a/build-aux/GNUmakefile +++ b/build-aux/GNUmakefile @@ -38,15 +38,15 @@ have-Makefile := $(shell test -f Makefile && echo yes) ifeq ($(have-Makefile),yes) include Makefile --include $(srcdir)/Makefile.cfg -include $(srcdir)/Makefile.maint +-include $(srcdir)/maint-cfg.mk +include $(srcdir)/maint.mk else .DEFAULT_GOAL := abort-due-to-no-makefile --include ./Makefile.cfg -include ./Makefile.maint +-include ./maint-cfg.mk +include ./maint.mk abort-due-to-no-makefile: @echo There seems to be no Makefile in this directory. 1>&2