diff options
Diffstat (limited to 'src/interp/Makefile.in')
-rw-r--r-- | src/interp/Makefile.in | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/interp/Makefile.in b/src/interp/Makefile.in index 9ab363f5..33ed789e 100644 --- a/src/interp/Makefile.in +++ b/src/interp/Makefile.in @@ -451,6 +451,12 @@ format.$(FASLEXT): format.boot macros.$(FASLEXT) match.$(FASLEXT): match.boot sys-macros.$(FASLEXT) $(BOOTSYS) -- --compile --boot="old" --output=$@ --load-directory=. $< +## OpenAxiom's compiler + +category.$(FASLEXT): category.boot g-util.$(FASLEXT) + $(BOOTSYS) -- --compile --boot="old" --output=$@ --load-directory=. $< + + ## Interface with the Aldor compiler. ax.$(FASLEXT): ax.boot as.$(FASLEXT) $(BOOTSYS) -- --compile --boot="old" --output=$@ --load-directory=. $< @@ -652,10 +658,6 @@ br-util.clisp: br-util.boot @ echo 487 making $@ from $< @ echo '(old-boot::boot "br-util.boot")' | ${DEPSYS} -category.clisp: category.boot - @ echo 212 making $@ from $< - @ echo '(old-boot::boot "category.boot")' | ${DEPSYS} - cattable.clisp: cattable.boot @ echo 215 making $@ from $< @ echo '(old-boot::boot "cattable.boot")' | ${DEPSYS} |