aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra/Makefile.in')
-rw-r--r--src/algebra/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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: