Fix build dependencies for Erlang macro files.

* lib/freeze.mk (autotest_m4f_dependencies): Add
$(src_libdir)/autotest/specific.m4.
* tests/Makefile.am (AUTOCONF_FILES): Add erlang.m4.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
This commit is contained in:
Ralf Wildenhues 2009-08-22 10:43:51 +02:00
parent 5c36d61f64
commit 62c0ca770a
3 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Fix build dependencies for Erlang macro files.
* lib/freeze.mk (autotest_m4f_dependencies): Add
$(src_libdir)/autotest/specific.m4.
* tests/Makefile.am (AUTOCONF_FILES): Add erlang.m4.
2009-09-19 Paolo Bonzini <bonzini@gnu.org>
Use a separate program to test whether the compiler works.

View File

@ -74,7 +74,8 @@ m4sh_m4f_dependencies = \
autotest_m4f_dependencies = \
$(m4sh_m4f_dependencies) \
$(src_libdir)/autotest/autotest.m4 \
$(src_libdir)/autotest/general.m4
$(src_libdir)/autotest/general.m4 \
$(src_libdir)/autotest/specific.m4
autoconf_m4f_dependencies = \
$(m4sh_m4f_dependencies) \

View File

@ -168,6 +168,7 @@ AUTOCONF_FILES = $(autoconfdir)/general.m4 \
$(autoconfdir)/functions.m4 \
$(autoconfdir)/lang.m4 \
$(autoconfdir)/c.m4 \
$(autoconfdir)/erlang.m4 \
$(autoconfdir)/fortran.m4 \
$(autoconfdir)/headers.m4 \
$(autoconfdir)/libs.m4 \