From c593767d6c2e32421a58e6b87c9944ba2d6ad569 Mon Sep 17 00:00:00 2001 From: Jeff Hobbs Date: Tue, 2 Dec 2008 18:38:12 +0000 Subject: [PATCH] (pkgIndex.tcl): add rebuild target --- ChangeLog | 1 + Makefile.in | 3 +++ 2 files changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index f0c5e31..d0c4229 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,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] + (pkgIndex.tcl): add rebuild target 2008-11-20 Andreas Kupries diff --git a/Makefile.in b/Makefile.in index bc552c7..e1d43e7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -269,6 +269,9 @@ VPATH = $(srcdir)/generic:$(srcdir)/unix:$(srcdir)/win #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" -- 2.23.0