From: Jeff Hobbs Date: Tue, 2 Dec 2008 18:09:56 +0000 (+0000) Subject: Install pkgIndex.tcl for static or shared build. [Bug 699176] X-Git-Tag: vfs-1-4~14 X-Git-Url: http://privyetmir.co.uk/gitweb.cgi?a=commitdiff_plain;h=14dcdf960cdd3caea219e2b76ec0971192ece1ca;p=tclvfs Install pkgIndex.tcl for static or shared build. [Bug 699176] --- diff --git a/ChangeLog b/ChangeLog index 35a6007..f0c5e31 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ * 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] 2008-11-20 Andreas Kupries diff --git a/Makefile.in b/Makefile.in index d9c59b9..bc552c7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -330,10 +330,8 @@ install-lib-binaries: $(INSTALL_DATA) $(srcdir)/library/$$p $(DESTDIR)$(pkglibdir)/$$p; \ fi; \ done - @if test "x$(SHARED_BUILD)" = "x1"; then \ - echo " pkgIndex.tcl"; \ - $(INSTALL_DATA) pkgIndex.tcl $(DESTDIR)$(pkglibdir); \ - fi + @echo "Installing pkgIndex.tcl in $(DESTDIR)$(pkglibdir)"; + @$(INSTALL_DATA) pkgIndex.tcl $(DESTDIR)$(pkglibdir); #======================================================================== # Install binary executables (e.g. .exe files)