diff options
-rw-r--r-- | ice-9/ChangeLog | 6 | ||||
-rw-r--r-- | ice-9/Makefile.am | 7 | ||||
-rw-r--r-- | ice-9/and-let-star-compat.scm | 0 |
3 files changed, 7 insertions, 6 deletions
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 <D.Herrmann@tu-bs.de> + + * and-let-star-compat.scm: Deleted. + + * Makefile.am: Remove references to and-let-star-compat.scm. + 2001-08-30 Thien-Thi Nguyen <ttn@revel.glug.org> * 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 --- a/ice-9/and-let-star-compat.scm +++ /dev/null |