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

(install-data-hook): Fix scheduling bug:

Rename from `install-data-local'.
This commit is contained in:
Thien-Thi Nguyen 2002-05-03 23:12:55 +00:00
parent fd03ebd618
commit 66d16bef48

View file

@ -38,7 +38,7 @@ subpkgdatadir = $(pkgdatadir)/$(VERSION)/ice-9
subpkgdata_DATA = $(ice9_sources)
ETAGS_ARGS = $(subpkgdata_DATA)
install-data-local:
install-data-hook:
-$(INSTALL_DATA) $(srcdir)/and-let-star-compat.scm \
$(DESTDIR)$(subpkgdatadir)/'and-let*.scm'