aboutsummaryrefslogtreecommitdiff
path: root/src/interp/Makefile.in
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-08-22 08:10:00 +0000
committerdos-reis <gdr@axiomatics.org>2007-08-22 08:10:00 +0000
commitb746535c3f19d5d444eb4ba58e47651e1eb52e1f (patch)
treefb755f9697078ae43067dbbbf27b54edd3136212 /src/interp/Makefile.in
parent68d5315c2d9a8c1526a6af824f52f84485f16257 (diff)
downloadopen-axiom-b746535c3f19d5d444eb4ba58e47651e1eb52e1f.tar.gz
* bootfuns.lisp.pamphlet ($bootStrapMode): Move to sys-globals.boot.
($BreakMode): Likewise. ($cacheAlist): Likewise. ($cacheCount): Likewise. ($clamList): Likewise. ($compCount): Likewise. ($compUniquelyIfTrue): Likewise. ($ConstructorCache): Likewise. ($createUpdateFiles): Likewise. ($currentFunction): Likewise. ($currentLine): Likewise. * setq.lisp.pamphlet: Merge the definitions of the above mentioned variables into sys-globals.boot. * Makefile.pamphlet (sys-globals.$(FASLEXT)): Require hash.$(FASLEXT). * Makefile.in: Regenerate.
Diffstat (limited to 'src/interp/Makefile.in')
-rw-r--r--src/interp/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/interp/Makefile.in b/src/interp/Makefile.in
index 5e4c168b..c9979c8a 100644
--- a/src/interp/Makefile.in
+++ b/src/interp/Makefile.in
@@ -437,7 +437,8 @@ diagnostics.$(FASLEXT): diagnostics.boot sys-constants.$(FASLEXT) \
sys-globals.$(FASLEXT)
$(BOOTSYS) -- --compile --output=$@ --load-directory=. $<
-sys-globals.$(FASLEXT): sys-globals.boot boot-pkg.$(FASLEXT)
+sys-globals.$(FASLEXT): sys-globals.boot boot-pkg.$(FASLEXT) \
+ hash.$(FASLEXT)
$(BOOTSYS) -- --compile --output=$@ --load-directory=. $<
sys-constants.$(FASLEXT): sys-constants.boot boot-pkg.$(FASLEXT)