From 94959a8e7991c09ecaa72ca1c3fdc326ddb28819 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Fri, 21 Feb 2014 14:09:17 +0000 Subject: Set derived src and target directory variables --- src/boot/Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/boot') 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)) -- cgit v1.2.3