From 25a3892110fe3af49ce07d51a733db78712284f5 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Mon, 1 Jul 2013 11:10:11 +0000 Subject: Add dependency for topics.boot --- src/interp/Makefile.in | 2 +- src/interp/topics.boot | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 := '( -- cgit v1.2.3