From fc6629a7d5a9b19a0cdcf07ca08d5df917e11098 Mon Sep 17 00:00:00 2001 From: Dirk Herrmann Date: Fri, 31 Aug 2001 09:33:55 +0000 Subject: [PATCH] =?UTF-8?q?*=20Deleted=20`and-let-star-compat.scm=C2=B4.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ice-9/ChangeLog | 6 ++++++ ice-9/Makefile.am | 7 +------ ice-9/and-let-star-compat.scm | 0 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 ice-9/and-let-star-compat.scm diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index 144df014f..69fba4b6c 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,9 @@ +2001-08-31 Dirk Herrmann + + * and-let-star-compat.scm: Deleted. + + * Makefile.am: Remove references to and-let-star-compat.scm. + 2001-08-30 Thien-Thi Nguyen * boot-9.scm (resolve-interface): When returning a custom diff --git a/ice-9/Makefile.am b/ice-9/Makefile.am index 09f7bdae3..567444e9a 100644 --- a/ice-9/Makefile.am +++ b/ice-9/Makefile.am @@ -38,13 +38,8 @@ subpkgdatadir = $(pkgdatadir)/$(VERSION)/ice-9 subpkgdata_DATA = $(ice9_sources) ETAGS_ARGS = $(subpkgdata_DATA) -install-data-local: - -$(INSTALL_DATA) and-let-star-compat.scm \ - $(subpkgdatadir)/'and-let*.scm' - ## test.scm is not currently installed. -EXTRA_DIST = $(ice9_sources) test.scm and-let-star-compat.scm \ - compile-psyntax.scm +EXTRA_DIST = $(ice9_sources) test.scm compile-psyntax.scm if MAINTAINER_MODE psyntax.pp: psyntax.ss diff --git a/ice-9/and-let-star-compat.scm b/ice-9/and-let-star-compat.scm deleted file mode 100644 index e69de29bb..000000000