diff options
author | dos-reis <gdr@axiomatics.org> | 2013-07-01 11:10:11 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2013-07-01 11:10:11 +0000 |
commit | 25a3892110fe3af49ce07d51a733db78712284f5 (patch) | |
tree | 4942aa68e5308b21959d3f527619d3310153b45a /src/interp | |
parent | 859275a5967e87643c948a8ae340529444b843b1 (diff) | |
download | open-axiom-25a3892110fe3af49ce07d51a733db78712284f5.tar.gz |
Add dependency for topics.boot
Diffstat (limited to 'src/interp')
-rw-r--r-- | src/interp/Makefile.in | 2 | ||||
-rw-r--r-- | src/interp/topics.boot | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/interp/Makefile.in b/src/interp/Makefile.in index 1c2d301b..2ee08066 100644 --- a/src/interp/Makefile.in +++ b/src/interp/Makefile.in @@ -245,7 +245,7 @@ database.date: fortcall.$(FASLEXT): sys-macros.$(FASLEXT) ## HyperDoc -topics.$(FASLEXT): sys-macros.$(FASLEXT) +topics.$(FASLEXT): sys-macros.$(FASLEXT) sys-utility.$(FASLEXT) alql.$(FASLEXT): br-search.$(FASLEXT) br-search.$(FASLEXT): bc-util.$(FASLEXT) br-saturn.$(FASLEXT): bc-util.$(FASLEXT) diff --git a/src/interp/topics.boot b/src/interp/topics.boot index 22a8ed50..981b3657 100644 --- a/src/interp/topics.boot +++ b/src/interp/topics.boot @@ -32,6 +32,7 @@ -- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. import sys_-macros +import sys_-utility namespace BOOT $topicsDefaults := '( |