aboutsummaryrefslogtreecommitdiff
path: root/src/interp/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/Makefile.in')
-rw-r--r--src/interp/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/Makefile.in b/src/interp/Makefile.in
index 04a3f8e4..51785beb 100644
--- a/src/interp/Makefile.in
+++ b/src/interp/Makefile.in
@@ -132,7 +132,7 @@ ASAUTO= ${AUTO}/ax.$(FASLEXT)
autoload_objects += $(ASAUTO)
TIMESTAMP=$(axiom_targetdir)/timestamp
-YEARWEEK=(progn (setq boot::timestamp "${TIMESTAMP}") \
+YEARWEEK=(progn (defconstant boot::timestamp "${TIMESTAMP}") \
(setq boot::*build-version* "$(PACKAGE_STRING)") \
(boot::yearweek))