aboutsummaryrefslogtreecommitdiff
path: root/src/interp/Makefile.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/Makefile.pamphlet')
-rw-r--r--src/interp/Makefile.pamphlet7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/interp/Makefile.pamphlet b/src/interp/Makefile.pamphlet
index 3281a59a..35641fcf 100644
--- a/src/interp/Makefile.pamphlet
+++ b/src/interp/Makefile.pamphlet
@@ -218,7 +218,7 @@ OPOBJS= parsing.$(FASLEXT) bootlex.$(FASLEXT) \
def.$(FASLEXT) \
fnewmeta.$(FASLEXT) metalex.$(FASLEXT) \
parse.$(FASLEXT) postpar.$(FASLEXT) \
- postprop.$(FASLEXT) preparse.$(FASLEXT)
+ preparse.$(FASLEXT)
autoload_objects += $(OPBJS)
@
@@ -921,12 +921,9 @@ parse.$(FASLEXT): parse.boot metalex.$(FASLEXT) postpar.$(FASLEXT)
packtran.$(FASLEXT): packtran.boot sys-macros.$(FASLEXT)
$(BOOTSYS) -- --compile --output=$@ --load-directory=. $<
-postpar.$(FASLEXT): postpar.boot postprop.$(FASLEXT)
+postpar.$(FASLEXT): postpar.boot macros.$(FASLEXT)
$(BOOTSYS) -- --compile --boot="old" --output=$@ --load-directory=. $<
-postprop.$(FASLEXT): postprop.lisp macros.$(FASLEXT)
- $(BOOTSYS) -- --compile --output=$@ --load-directory=. $<
-
bootlex.$(FASLEXT): bootlex.lisp preparse.$(FASLEXT) def.$(FASLEXT) \
nlib.$(FASLEXT)
$(BOOTSYS) -- --compile --output=$@ --load-directory=. $<