automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FYI] {maint} build: fixup for building in a VPATH setup


From: Stefano Lattarini
Subject: [FYI] {maint} build: fixup for building in a VPATH setup
Date: Tue, 14 May 2013 12:14:55 +0200

* bin/Makefile.inc (%D%/automake, %D%/aclocal): Make sure that the
directory where the targets scripts are going to be built exists,
before trying to create said scripts.

Signed-off-by: Stefano Lattarini <address@hidden>
---
 bin/Makefile.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/Makefile.inc b/bin/Makefile.inc
index 280fff0..5842b71 100644
--- a/bin/Makefile.inc
+++ b/bin/Makefile.inc
@@ -56,6 +56,7 @@ uninstall-hook:
 %D%/aclocal: %D%/aclocal.in
 %D%/automake %D%/aclocal: Makefile %D%/gen-perl-protos
        $(AM_V_GEN)rm -f $@ address@hidden address@hidden \
+         && $(MKDIR_P) $(@D) \
 ## Common substitutions.
          && address@hidden && $(do_subst) <$(srcdir)/$$in >address@hidden \
 ## Auto-compute prototypes of perl subroutines.
-- 
1.8.3.rc2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]