diff options
Diffstat (limited to 'src/boot')
-rw-r--r-- | src/boot/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/Makefile.in b/src/boot/Makefile.in index 8900e7ff..b1634221 100644 --- a/src/boot/Makefile.in +++ b/src/boot/Makefile.in @@ -58,7 +58,7 @@ boot_clisp = $(boot_SOURCES:.boot=.clisp) boot_objects = $(boot_SOURCES:.boot=.$(LNKEXT)) oa_target_bootdir = $(oa_targetdir)/boot -ifeq (@axiom_lisp_flavor@,ecl) +ifeq (@oa_lisp_flavor@,ecl) oa_boot_linkset = $(oa_target_bootdir)/linkset else oa_boot_linkset = |