aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.pamphlet')
-rw-r--r--src/Makefile.pamphlet10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Makefile.pamphlet b/src/Makefile.pamphlet
index 4a8636b2..b6514576 100644
--- a/src/Makefile.pamphlet
+++ b/src/Makefile.pamphlet
@@ -141,7 +141,11 @@ same Makefile.
all-depsys: all-boot
cd interp && $(MAKE) all-depsys
-all-interpsys: all-depsys all-lisp
+ifeq (@axiom_use_x@,yes)
+all-interpsys: all-depsys all-hyper
+else
+all-interpsys: all-depsys
+endif
cd interp && ${MAKE} all-interpsys
all-axiomsys: all-asq
@@ -191,11 +195,7 @@ steps. The first step uses the [[document]] command to extract
the normal Makefile information.
<<algebradir>>=
-ifeq (@axiom_use_x@,yes)
-all-algebra: all-interpsys all-share all-hyper
-else
all-algebra: all-interpsys all-share
-endif
@ $(mkinstalldirs) algebra/strap
cd algebra && ${MAKE}
@