aboutsummaryrefslogtreecommitdiff
path: root/src/interp/Makefile.in
diff options
context:
space:
mode:
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)