Ensure we install the pkgIndex file
authorPat Thoyts <patthoyts@users.sourceforge.net>
Thu, 5 Apr 2007 22:13:57 +0000 (22:13 +0000)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Thu, 5 Apr 2007 22:13:57 +0000 (22:13 +0000)
ChangeLog
Makefile.in

index babea3361ff93ddadf58583bf9cad7089c188a64..a7cb356c9f2d740f9b022d265fc273fc45f1ccc3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-04-05  Pat Thoyts  <patthoyts@users.sourceforge.net>
+
+       * Makefile.in: Was failing install the pkgIndex.tcl file
+
 2007-03-12  Pat Thoyts  <patthoyts@users.sourceforge.net>
 
        * http2.6/http.tcl: Fixed some bugs (0 length body with chunked
index 1d68c3524c65ee0139b48d60414cfa71751842d1..6d8eb84f629306e837a08da24e4ccf52fd6ae129 100644 (file)
@@ -294,7 +294,7 @@ distclean: clean
 
 install-lib-binaries:
        @mkdir -p $(DESTDIR)$(pkglibdir)
-       @list='$(lib_BINARIES)'; for p in $$list; do \
+       @list='$(BINARIES)'; for p in $$list; do \
          if test -f $$p; then \
            echo "Installing $$p in $(DESTDIR)$(pkglibdir)"; \
            $(INSTALL_PROGRAM) $$p $(DESTDIR)$(pkglibdir)/$$p; \
@@ -351,7 +351,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
 uninstall-binaries:
-       list='$(lib_BINARIES)'; for p in $$list; do \
+       list='$(BINARIES)'; for p in $$list; do \
          rm -f $(DESTDIR)$(pkglibdir)/$$p; \
        done
        list='$(PKG_TCL_SOURCES)'; for p in $$list; do \