Typo in compiler-*.pkd installation.
authorMatt Birkholz <matt@birkholz.chandler.az.us>
Wed, 15 Feb 2012 01:18:57 +0000 (18:18 -0700)
committerMatt Birkholz <matt@birkholz.chandler.az.us>
Wed, 15 Feb 2012 01:18:57 +0000 (18:18 -0700)
src/compiler/Makefile-fragment

index 403ff9dabbeb56fe411a4d0c55f36e36811fda5a..83221e23be104a727c2a5047ebaf3cad03ecd5c2 100644 (file)
@@ -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)/.