aboutsummaryrefslogtreecommitdiff
path: root/config/var-def.mk
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2014-02-23 06:42:21 +0000
committerdos-reis <gdr@axiomatics.org>2014-02-23 06:42:21 +0000
commit13e5c3f6bc5954bcb6b6a76672b1ae6850385179 (patch)
treef0a3e0894f48b7f53529d3cafeb5939531f470ec /config/var-def.mk
parentd9885ac83981e3a67657c8e24df8943e5e126a9e (diff)
downloadopen-axiom-13e5c3f6bc5954bcb6b6a76672b1ae6850385179.tar.gz
FASLEXT is now AC_SUBST
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