aboutsummaryrefslogtreecommitdiff
path: root/src/boot/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/Makefile.in')
-rw-r--r--src/boot/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/boot/Makefile.in b/src/boot/Makefile.in
index 357874ae..53514bbe 100644
--- a/src/boot/Makefile.in
+++ b/src/boot/Makefile.in
@@ -148,7 +148,7 @@ stage1/bootsys$(EXEEXT): $(stage1_boot_objects)
--output=$@ --load-directory=stage1 $(stage1_boot_objects)
stage1/%.clisp: %.boot strap/stamp stage1/.started
- strap/bootsys -- --translate --load-directory=stage1 --output=$@ $<
+ strap/bootsys -- --translate --import=skip --output=$@ $<
##
@@ -175,7 +175,7 @@ stage2/bootsys$(EXEEXT): $(stage2_boot_objects)
--output=$@ --load-directory=stage2 $(stage2_boot_objects)
stage2/%.clisp: %.boot stage1/stamp stage2/.started
- stage1/bootsys -- --translate --load-directory=stage2 --output=$@ $<
+ stage1/bootsys -- --translate --import=skip --output=$@ $<
##
## Generic rules for compiling FASLs