* Makefile.in (install-lib-binaries): use lib_BINARIES for the
binary install list. [Bug 1699827]
Install pkgIndex.tcl for static or shared build. [Bug 699176]
+ (pkgIndex.tcl): add rebuild target
2008-11-20 Andreas Kupries <andreask@activestate.com>
#pkgIndex.tcl:
# ( echo pkg_mkIndex . $(PKG_LIB_FILE) \; exit; ) | $(TCLSH)
+pkgIndex.tcl: $(srcdir)/pkgIndex.tcl.in
+ cd $(top_builddir) \
+ && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
#========================================================================
# Don't modify the file to clean here. Instead, set the "CLEANFILES"