mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-30 06:50:31 +02:00
Fix stack calibration-related errors when running make distcheck.
* libguile/Makefile.am (stack-limit-calibration.scm): Use $(srcdir), to support building in a different directory. (MOSTLYCLEANFILES): Add stack-limit-calibration.scm.
This commit is contained in:
parent
7776113a28
commit
9c646eee43
1 changed files with 2 additions and 2 deletions
|
@ -355,7 +355,7 @@ TESTS = stack-limit-calibration.scm
|
||||||
TESTS_ENVIRONMENT = true
|
TESTS_ENVIRONMENT = true
|
||||||
|
|
||||||
stack-limit-calibration.scm: measure-hwm.scm guile$(EXEEXT)
|
stack-limit-calibration.scm: measure-hwm.scm guile$(EXEEXT)
|
||||||
$(preinstguile) -s measure-hwm.scm > $@
|
$(preinstguile) -s $(srcdir)/measure-hwm.scm > $@
|
||||||
|
|
||||||
c-tokenize.c: c-tokenize.lex
|
c-tokenize.c: c-tokenize.lex
|
||||||
flex -t $(srcdir)/c-tokenize.lex > $@ || { rm $@; false; }
|
flex -t $(srcdir)/c-tokenize.lex > $@ || { rm $@; false; }
|
||||||
|
@ -411,7 +411,7 @@ MOSTLYCLEANFILES = \
|
||||||
cpp_err_symbols_here cpp_err_symbols_diff cpp_err_symbols_new \
|
cpp_err_symbols_here cpp_err_symbols_diff cpp_err_symbols_new \
|
||||||
cpp_sig_symbols_here cpp_sig_symbols_diff cpp_sig_symbols_new \
|
cpp_sig_symbols_here cpp_sig_symbols_diff cpp_sig_symbols_new \
|
||||||
version.h version.h.tmp \
|
version.h version.h.tmp \
|
||||||
scmconfig.h scmconfig.h.tmp
|
scmconfig.h scmconfig.h.tmp stack-limit-calibration.scm
|
||||||
|
|
||||||
CLEANFILES = libpath.h *.x *.doc guile-procedures.txt guile-procedures.texi guile.texi
|
CLEANFILES = libpath.h *.x *.doc guile-procedures.txt guile-procedures.texi guile.texi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue