aboutsummaryrefslogtreecommitdiff
path: root/config/var-def.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config/var-def.mk')
-rw-r--r--config/var-def.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/var-def.mk b/config/var-def.mk
index 2b91a330..09a90a06 100644
--- a/config/var-def.mk
+++ b/config/var-def.mk
@@ -209,7 +209,7 @@ oa_hammer = $(top_builddir)/src/utils/hammer$(EXEEXT)
OA_LISP = @OA_LISP@
# Extension of the output file name returned by compile-file
-FASLEXT = @oa_fasl_type@
+FASLEXT = @FASLEXT@
# Extension of compiled FASLs appropriate for linking into executable
# programs. For most Lisp systems, it is the same as FASLEXT because