From af3ebc0d983434f91686d8e2ba7bcb21d5083a30 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sat, 18 Apr 2009 17:57:00 +0000 Subject: * algebra/mkfunc.spad.pamphlet (InputForm): Remove assignment to Rep. (convert): Use per and rep operators. * algebra/stap: Updated cached Lisp translation. --- src/algebra/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/algebra/Makefile.in') diff --git a/src/algebra/Makefile.in b/src/algebra/Makefile.in index d50d9098..cbdd5c0d 100644 --- a/src/algebra/Makefile.in +++ b/src/algebra/Makefile.in @@ -1132,7 +1132,7 @@ user-stamp: $(axiom_algebra_layer_user_objects) all-algstrap: $(addsuffix .NRLIB/code.lsp,$(axiom_algebra_bootstrap)) for a in $(axiom_algebra_bootstrap); do \ old=$(srcdir)/strap/$$a.lsp; new=$$a.NRLIB/code.lsp; \ - if cmp -s $$new $$old; then cp -p $$new $$old || exit 1; fi; \ + cmp -s $$new $$old || cp -p $$new $$old || exit 1; \ done mostlyclean-local: -- cgit v1.2.3