From 5fc29c9da9c37efc2d7509f1de661af0384a47e6 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Thu, 9 Jul 2009 16:37:07 +0200 Subject: [PATCH] stepmake/aclocal.m4: --srcdir tarball build fix: include /lily/out. Our tarballs ship lily/out/parser.hh, which cannot be found when doing a srcdir build. We never found out, because GUB only built from GIT, apparently. --- stepmake/aclocal.m4 | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmake/aclocal.m4 b/stepmake/aclocal.m4 index 27dfb0b511..37bf7fe34f 100644 --- a/stepmake/aclocal.m4 +++ b/stepmake/aclocal.m4 @@ -401,6 +401,7 @@ EOF print 'depth=' + ('../' * ( $d-1 ) ) print 'include \$(depth)/config\$(if \$(conf),-\$(conf),).make' print 'include \$(configure-srcdir)/$mf' +print 'MODULE_INCLUDES += \$(src-dir)/\$(outbase)' EOF done for mf in `cd $srcdir ; find -maxdepth $d -mindepth $d -name '*.make' | grep -v config.make `; do -- 2.39.2