diff options
author | dos-reis <gdr@axiomatics.org> | 2008-04-24 10:14:50 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-04-24 10:14:50 +0000 |
commit | fe07321807b8be45945bd445abd7d93ad9c8f513 (patch) | |
tree | 609517c78061a0ad5a370902a6a7357852037db9 /src/interp/Makefile.pamphlet | |
parent | 695a6c656681918abe4b20e04470dd266b4f6bbe (diff) | |
download | open-axiom-fe07321807b8be45945bd445abd7d93ad9c8f513.tar.gz |
Remove duplicate junk.
Diffstat (limited to 'src/interp/Makefile.pamphlet')
-rw-r--r-- | src/interp/Makefile.pamphlet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/Makefile.pamphlet b/src/interp/Makefile.pamphlet index 92247bd2..e58f3b1a 100644 --- a/src/interp/Makefile.pamphlet +++ b/src/interp/Makefile.pamphlet @@ -296,7 +296,7 @@ A new variable [[boot::*build-version*]] is set here and used by the This information is set by hand in the top level Makefile. <<environment>>= TIMESTAMP=$(axiom_targetdir)/timestamp -YEARWEEK=(progn (setq boot::timestamp "${TIMESTAMP}") \ +YEARWEEK=(progn (defconstant boot::timestamp "${TIMESTAMP}") \ (setq boot::*build-version* "$(PACKAGE_STRING)") \ (boot::yearweek)) |