aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-11-26 05:04:27 +0000
committerdos-reis <gdr@axiomatics.org>2007-11-26 05:04:27 +0000
commitdab99d0f13838666c79ee4fdf65ae896f400dd6e (patch)
tree3ce76eae5148b13ead4155dab367b90aacf2c445 /Makefile.in
parent1bcc17d3ac7893cca17c04e74812c36acae2592e (diff)
downloadopen-axiom-dab99d0f13838666c79ee4fdf65ae896f400dd6e.tar.gz
2007-11-25 Gabriel Dos Reis <gdr@cs.tamu.edu>
* Makefile.pamphlet: Remove all-depsys rule. src/ 2007-11-25 Gabriel Dos Reis <gdr@cs.tamu.edu> * Makefile.pamphlet: Remove all-depsys rule. (all-interpsys): Now depend on all-boot. src/interp/ 2007-11-25 Gabriel Dos Reis <gdr@cs.tamu.edu> Remove depsys from OpenAxiom. * Makefile.pamphlet: Remove references to depsys. * macros.lisp (BRIGHPRINT): Remove. (BRIGHPRINT-0): Likewise. * util.lisp (build-depsys): Likewise. (processSynonyms): Likewise.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 4d6bb68a..c04254c0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -16,7 +16,7 @@ build_srcdir = $(builddir)/src
AXIOM_SRC_TARGETS = all-algebra all-asq all-axiomsys all-book all-boot \
all-clef all-doc all-graph all-hyper all-input all-interpsys \
- all-lib all-lisp all-sman all-src all-depsys
+ all-lib all-lisp all-sman all-src
.PHONY: all $(AXIOM_SRC_TARGETS)
all: all-ax
@@ -27,7 +27,7 @@ all-ax: all-src
all-src: stamp-rootdirs @axiom_all_prerequisites@
ifeq ($(strip $(axiom_include_gcl)),yes)
-all-boot all-lisp all-depsys all-interpsys all-axiomsys \
+all-boot all-lisp all-interpsys all-axiomsys \
all-algebra all-input: all-gcl
endif