aboutsummaryrefslogtreecommitdiff
path: root/src/interp/Makefile.in
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-09-20 03:21:47 +0000
committerdos-reis <gdr@axiomatics.org>2007-09-20 03:21:47 +0000
commit988485c37966b23cf7f3e058eb93b15d4e81236b (patch)
treea000da379fc108634189a29afa167c52160cea7f /src/interp/Makefile.in
parent1d71a43cca77e1576cc1568298d5886a60c9b884 (diff)
downloadopen-axiom-988485c37966b23cf7f3e058eb93b15d4e81236b.tar.gz
* Makefile.pamphlet (${DEPSYS}): Now depend on the compiled form
of parse. Load it. (parse.$(FASLEXT)): New rule. * parse.boot: New. Import "postpar". * parse.boot.pamphlet: Move content to parse.boot.pamphlet. Remove.
Diffstat (limited to 'src/interp/Makefile.in')
-rw-r--r--src/interp/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/interp/Makefile.in b/src/interp/Makefile.in
index 14c14cbf..ab300b8b 100644
--- a/src/interp/Makefile.in
+++ b/src/interp/Makefile.in
@@ -465,6 +465,9 @@ $(AUTO)/%.$(FASLEXT): %.$(FASLEXT)
## The old parser component roughtly is:
##
+parse.$(FASLEXT): parse.clisp postpar.$(FASLEXT)
+ $(BOOTSYS) -- --compile --output=$@ --load-directory=. $<
+
postpar.$(FASLEXT): postpar.clisp postprop.$(FASLEXT)
$(BOOTSYS) -- --compile --output=$@ --load-directory=. $<