From da27592357c85750dc78c6ae0ab84b606cfe9192 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Wed, 18 May 2011 20:24:55 +0000 Subject: fix dependency on showimp.boot --- src/interp/Makefile.in | 2 +- src/interp/showimp.boot | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/interp') diff --git a/src/interp/Makefile.in b/src/interp/Makefile.in index 6a6a4c55..c52c01ee 100644 --- a/src/interp/Makefile.in +++ b/src/interp/Makefile.in @@ -410,7 +410,7 @@ property.$(FASLEXT): sys-macros.$(FASLEXT) sfsfun-l.$(FASLEXT): sys-macros.$(FASLEXT) trace.$(FASLEXT): debug.$(FASLEXT) termrw.$(FASLEXT): macros.$(FASLEXT) -showimp.$(FASLEXT): macros.$(FASLEXT) +showimp.$(FASLEXT): c-util.$(FASLEXT) sfsfun.$(FASLEXT): macros.$(FASLEXT) modemap.$(FASLEXT): c-util.$(FASLEXT) slam.$(FASLEXT): g-timer.$(FASLEXT) diff --git a/src/interp/showimp.boot b/src/interp/showimp.boot index c56e2fee..373f2d68 100644 --- a/src/interp/showimp.boot +++ b/src/interp/showimp.boot @@ -32,7 +32,7 @@ -- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -import macros +import c_-util namespace BOOT $returnNowhereFromGoGet := false -- cgit v1.2.3