1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-06 04:00:26 +02:00

don't compile psyntax.scm

* ice-9/Makefile.am: Don't try to compile psyntax.scm
This commit is contained in:
Andy Wingo 2008-09-28 18:24:20 +02:00
parent 696a761f96
commit cda52b2fda

View file

@ -36,7 +36,7 @@ SOURCES = psyntax-pp.scm boot-9.scm \
format.scm getopt-long.scm hcons.scm i18n.scm \
lineio.scm ls.scm mapping.scm \
networking.scm null.scm optargs.scm poe.scm popen.scm \
posix.scm psyntax.scm q.scm r4rs.scm r5rs.scm \
posix.scm q.scm r4rs.scm r5rs.scm \
rdelim.scm receive.scm regex.scm runq.scm rw.scm \
safe-r5rs.scm safe.scm session.scm slib.scm stack-catch.scm \
streams.scm string-fun.scm syncase.scm threads.scm \
@ -52,7 +52,10 @@ SOURCES = psyntax-pp.scm boot-9.scm \
# occam-channel and gds-client use goops, which is not yet vm-compatible
# (it does some compilation-like optimizations for the interpreter), so
# punt on them for the time being.
NOCOMP_SOURCES = match.scm occam-channel.scm gds-client.scm
#
# psyntax.scm needs help. fortunately it's only needed when recompiling
# psyntax-pp.scm.
NOCOMP_SOURCES = match.scm occam-channel.scm gds-client.scm psyntax.scm
include $(top_srcdir)/guilec.mk