summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-05-16 00:00:13 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-05-16 00:00:13 +0200
commit05f889a017a262a40459d94c6e20e6c2b4579f5d (patch)
tree5cc5e0945fda80a6afaad2cdaab39807190e9d24 /bin
parent722f25b9875d55c0bb89d69e1916dfcaafde5b8a (diff)
parentc91f24a5a72e0eced917507ff092e7845448b27d (diff)
downloadautomake-05f889a017a262a40459d94c6e20e6c2b4579f5d.tar.gz
Merge branch 'master' into ng/master
* master: post-release: micro version bump (1.13.2a) release: stable micro release 1.13.2 vala tests: skip in a cross compiler setup HACKING: miscellaneous fixes, updates and enhancements NEWS: minor improvements to wording (about new versioning scheme) THANKS: update Akim's e-mail address tests: less uses of "make -e"; avoid spurious failures in 'check-cc-no-c-o' build: be more respectful of user-specified verbosity check-cc-no-c-o: unify initializations in a single place check-cc-no-c-o: avoid a spurious failure build: fixup for building in a VPATH setup Use AC_DEFUN_ONCE to define AM_PROG_CC_C_O compile: avoid AC_PROG_CC messy rewrite options: tiny simplification in dealing with incompatible versions Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'bin')
-rw-r--r--bin/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/Makefile.inc b/bin/Makefile.inc
index 595882978..34b990f15 100644
--- a/bin/Makefile.inc
+++ b/bin/Makefile.inc
@@ -54,6 +54,7 @@ uninstall-hook:
# $(datadir) or other do_subst'd variables change.
%D%/automake %D%/aclocal: %: %.in Makefile %D%/gen-perl-protos
$(AM_V_GEN)rm -f $@ $@-t $@-t2 \
+ && $(MKDIR_P) $(@D) \
## Common substitutions.
&& $(do_subst) \
## Auto-compute prototypes of perl subroutines.