From 868dc739fd3e52537bbd77b6289b51bcc16b37da Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Tue, 19 Aug 1997 01:35:09 +0000 Subject: [PATCH] Added syncase.scm, psyntax.pp, psyntax.ss --- ice-9/Makefile.am | 2 +- ice-9/Makefile.in | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/ice-9/Makefile.am b/ice-9/Makefile.am index 1e0888b7d..70b0f8826 100644 --- a/ice-9/Makefile.am +++ b/ice-9/Makefile.am @@ -5,7 +5,7 @@ AUTOMAKE_OPTIONS = foreign # These should be installed and distributed. ice9_sources = boot-9.scm debug.scm expect.scm hcons.scm lineio.scm \ mapping.scm poe.scm regex.scm slib.scm tags.scm threads.scm r4rs.scm \ -session.scm +session.scm syncase.scm psyntax.pp psyntax.ss # These should be installed, but not distributed. ice9_generated = version.scm diff --git a/ice-9/Makefile.in b/ice-9/Makefile.in index ec44653b0..3a59cd264 100644 --- a/ice-9/Makefile.in +++ b/ice-9/Makefile.in @@ -65,7 +65,6 @@ GUILE_VERSION = @GUILE_VERSION@ LD = @LD@ LIBLOBJS = @LIBLOBJS@ LIBTOOL = @LIBTOOL@ -LN_S = @LN_S@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ PACKAGE = @PACKAGE@ @@ -85,7 +84,7 @@ AUTOMAKE_OPTIONS = foreign # These should be installed and distributed. ice9_sources = boot-9.scm debug.scm expect.scm hcons.scm lineio.scm \ mapping.scm poe.scm regex.scm slib.scm tags.scm threads.scm r4rs.scm \ -session.scm +session.scm syncase.scm psyntax.pp psyntax.ss # These should be installed, but not distributed. ice9_generated = version.scm @@ -105,7 +104,7 @@ DIST_COMMON = COPYING ChangeLog Makefile.am Makefile.in version.scm.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = gtar +TAR = tar GZIP = --best default: all