aboutsummaryrefslogtreecommitdiff
path: root/Makefile.pamphlet
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-08-16 03:10:31 +0000
committerdos-reis <gdr@axiomatics.org>2010-08-16 03:10:31 +0000
commit7a769556ca219257c7801dc7c59bdc597c4b442c (patch)
tree918fee01460e14920609cd0f1c99106c81f5fefc /Makefile.pamphlet
parent42c00eb3fd18295be5da760d2ed8e6dece2c91bc (diff)
downloadopen-axiom-7a769556ca219257c7801dc7c59bdc597c4b442c.tar.gz
* config/open-axiom.m4 (OPENAXIOM_REJECT_ROTTED_LISP): Tidy.
(OPENAXIOM_CHECK_GCL_INCLUSION): Likewise. (OPENAXIOM_LISP_FLAVOR): Likewise. (OPENAXIOM_HOST_COMPILERS): Likewise. (OPENAXIOM_PROG_LISP): Honor --enable-gcl properly. * Makefile.pamphlet (all-src): Rename axiom_all_prerequisites to oa_all_prerequisites.
Diffstat (limited to 'Makefile.pamphlet')
-rw-r--r--Makefile.pamphlet4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.pamphlet b/Makefile.pamphlet
index db7e3976..5e73f639 100644
--- a/Makefile.pamphlet
+++ b/Makefile.pamphlet
@@ -331,9 +331,9 @@ all-ax: all-src
@echo finished system build on `date` | tee > lastBuildDate
$(AXIOM_SRC_TARGETS): stamp-rootdirs
-all-src: stamp-rootdirs @axiom_all_prerequisites@
+all-src: stamp-rootdirs @oa_all_prerequisites@
-ifeq ($(strip $(axiom_include_gcl)),yes)
+ifeq ($(strip $(oa_include_gcl)),yes)
all-boot all-lisp all-interpsys all-axiomsys \
all-algebra all-input: all-gcl
endif