From: Matt Birkholz Date: Wed, 15 Feb 2012 01:18:57 +0000 (-0700) Subject: Typo in compiler-*.pkd installation. X-Git-Tag: release-9.2.0~293 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=4d872cba47157a9d12c29b86e389c9a556d7deb5;p=mit-scheme.git Typo in compiler-*.pkd installation. --- diff --git a/src/compiler/Makefile-fragment b/src/compiler/Makefile-fragment index 403ff9dab..83221e23b 100644 --- a/src/compiler/Makefile-fragment +++ b/src/compiler/Makefile-fragment @@ -18,7 +18,7 @@ install: $(mkinstalldirs) $(DESTDIR)$(RTLBASE_DIR) $(mkinstalldirs) $(DESTDIR)$(RTLGEN_DIR) $(mkinstalldirs) $(DESTDIR)$(RTLOPT_DIR) - $(INSTALL_DATA) compiler-unx.pkd $(DESTDIR)$(COMPILER-DIR)/. + $(INSTALL_DATA) compiler-*.pkd $(DESTDIR)$(COMPILER_DIR)/. cd back ; $(INSTALL_COM) *.com $(DESTDIR)$(BACK_DIR)/. cd back ; $(INSTALL_DATA) *.bci $(DESTDIR)$(BACK_DIR)/. cd base ; $(INSTALL_COM) *.com $(DESTDIR)$(BASE_DIR)/.