From a8a3b2cdf66d274c831ad6229e6123e9cd68e07d Mon Sep 17 00:00:00 2001 From: Gabriel Dos Reis Date: Mon, 26 Dec 2016 01:13:34 -0800 Subject: * interp/i-output.boot (appChar): Don't modify string parameter. * algebra/Makefile.am (strap-1/FINITE.$(FASLEXT)): Update dependency. --- src/algebra/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/algebra/Makefile.am') diff --git a/src/algebra/Makefile.am b/src/algebra/Makefile.am index 4308614b..50d0f4f5 100644 --- a/src/algebra/Makefile.am +++ b/src/algebra/Makefile.am @@ -470,7 +470,8 @@ strap-1/ORDSET.$(FASLEXT): strap-1/SETCAT.$(FASLEXT) \ strap-1/ORDTYPE.$(FASLEXT) strap-1/FINITE.$(FASLEXT): strap-1/SETCAT.$(FASLEXT) \ - strap-0/OAMONS.$(FASLEXT) strap-0/PI.$(FASLEXT) + strap-0/OAMONS.$(FASLEXT) strap-0/PI.$(FASLEXT) \ + strap-0/LIST.$(FASLEXT) strap-1/ORDFIN.$(FASLEXT): strap-1/ORDSET.$(FASLEXT) \ strap-1/FINITE.$(FASLEXT) -- cgit v1.2.3