diff options
Diffstat (limited to 'src/boot')
-rw-r--r-- | src/boot/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/boot/Makefile.in b/src/boot/Makefile.in index b1634221..4433414f 100644 --- a/src/boot/Makefile.in +++ b/src/boot/Makefile.in @@ -48,7 +48,7 @@ ## entire bootstrap process. DRIVER = $(top_builddir)/src/driver/open-axiom$(EXEEXT) -AXIOM_LOCAL_LISP = ../lisp/lisp$(EXEEXT) +AXIOM_LOCAL_LISP = $(oa_target_bindir)/lisp$(EXEEXT) ## FASLs that comprises `bootsys' @@ -79,7 +79,6 @@ all-boot: $(oa_target_bindir)/bootsys$(EXEEXT) $(oa_boot_linkset) ## The final `bootsys' image. $(oa_target_bindir)/bootsys$(EXEEXT): stage2/bootsys$(EXEEXT) - $(mkdir_p) $(oa_target_bindir) cp -p $< $@ $(oa_boot_linkset): $(addprefix $(oa_target_bootdir)/, $(boot_objects)) |