diff options
author | dos-reis <gdr@axiomatics.org> | 2007-11-26 05:04:27 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2007-11-26 05:04:27 +0000 |
commit | dab99d0f13838666c79ee4fdf65ae896f400dd6e (patch) | |
tree | 3ce76eae5148b13ead4155dab367b90aacf2c445 /Makefile.pamphlet | |
parent | 1bcc17d3ac7893cca17c04e74812c36acae2592e (diff) | |
download | open-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.pamphlet')
-rw-r--r-- | Makefile.pamphlet | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.pamphlet b/Makefile.pamphlet index ea55f2a3..7892605c 100644 --- a/Makefile.pamphlet +++ b/Makefile.pamphlet @@ -320,7 +320,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 @@ -331,7 +331,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 |