aboutsummaryrefslogtreecommitdiff
path: root/src/interp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-05-18 20:24:55 +0000
committerdos-reis <gdr@axiomatics.org>2011-05-18 20:24:55 +0000
commitda27592357c85750dc78c6ae0ab84b606cfe9192 (patch)
tree3ac8ff1d31909bcfeded6eac23ce648d38392337 /src/interp
parent8fd728f1eb83adab31f40b158ef4eda4dcf02c51 (diff)
downloadopen-axiom-da27592357c85750dc78c6ae0ab84b606cfe9192.tar.gz
fix dependency on showimp.boot
Diffstat (limited to 'src/interp')
-rw-r--r--src/interp/Makefile.in2
-rw-r--r--src/interp/showimp.boot2
2 files changed, 2 insertions, 2 deletions
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