diff options
author | Simon Josefsson <simon@josefsson.org> | 2011-11-14 13:55:40 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2011-11-14 13:55:40 +0100 |
commit | d76a9b4dbf9712b33e60da01f97acf7f7614f5b6 (patch) | |
tree | c99e673b89a00dd55ea8a038592971b80feb569d /GNUmakefile | |
parent | 52d189b435eb7511eda816787e76709a317f6927 (diff) | |
download | libtasn1-d76a9b4dbf9712b33e60da01f97acf7f7614f5b6.tar.gz libtasn1-d76a9b4dbf9712b33e60da01f97acf7f7614f5b6.tar.bz2 libtasn1-d76a9b4dbf9712b33e60da01f97acf7f7614f5b6.zip |
Update gnulib files.
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 6e00ec8..86bc60f 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -45,12 +45,13 @@ include Makefile # Some projects override e.g., _autoreconf here. -include $(srcdir)/cfg.mk -include $(srcdir)/maint.mk # Allow cfg.mk to override these. _build-aux ?= build-aux _autoreconf ?= autoreconf -v +include $(srcdir)/maint.mk + # Ensure that $(VERSION) is up to date for dist-related targets, but not # for others: rerunning autoreconf and recompiling everything isn't cheap. _have-git-version-gen := \ @@ -100,6 +101,11 @@ srcdir = . # The package can override .DEFAULT_GOAL to run actions like autoreconf. -include ./cfg.mk + +# Allow cfg.mk to override these. +_build-aux ?= build-aux +_autoreconf ?= autoreconf -v + include ./maint.mk ifeq ($(.DEFAULT_GOAL),abort-due-to-no-makefile) |