public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Fix itcl install "error"
@ 2002-01-11 12:18 Keith Seitz
  0 siblings, 0 replies; only message in thread
From: Keith Seitz @ 2002-01-11 12:18 UTC (permalink / raw)
  To: Insight Maling List

Hi,

I've committed the following patch. Just cleanup.

Keith

itcl/ChangeLog
2002-01-11  Keith Seitz  <keiths@redhat.com>

	* iwidgets3.0.0/Makefile.in (install-libraries): Don't install
	$(GENERIC_DIR)/*.tcl: there are no such files.

Patch
Index: iwidgets3.0.0/Makefile.in
===================================================================
RCS file: /cvs/src/src/itcl/iwidgets3.0.0/Makefile.in,v
retrieving revision 1.1.1.1
diff -p -r1.1.1.1 Makefile.in
*** iwidgets3.0.0/Makefile.in	2001/09/09 19:49:06	1.1.1.1
--- iwidgets3.0.0/Makefile.in	2002/01/11 20:16:55
*************** install-libraries:
*** 171,177 ****
  	$(LN_S) $(SCRIPT_INSTALL_DIR) $(LIB_INSTALL_DIR)/iwidgets
  	@$(MKINSTALLDIRS) $(SCRIPT_INSTALL_DIR)/scripts
  	@echo "Installing files from $(GENERIC_DIR) into $(SCRIPT_INSTALL_DIR)"
! 	@for i in $(GENERIC_DIR)/*.tcl $(GENERIC_DIR)/*.itk $(GENERIC_DIR)/*.itcl $(GENERIC_DIR)/tclIndex $(GENERIC_DIR)/*.gif ; \
  	    do \
  	    $(INSTALL_DATA) $$i $(SCRIPT_INSTALL_DIR)/scripts; \
  	    done;
--- 171,177 ----
  	$(LN_S) $(SCRIPT_INSTALL_DIR) $(LIB_INSTALL_DIR)/iwidgets
  	@$(MKINSTALLDIRS) $(SCRIPT_INSTALL_DIR)/scripts
  	@echo "Installing files from $(GENERIC_DIR) into $(SCRIPT_INSTALL_DIR)"
! 	@for i in $(GENERIC_DIR)/*.itk $(GENERIC_DIR)/*.itcl $(GENERIC_DIR)/tclIndex $(GENERIC_DIR)/*.gif ; \
  	    do \
  	    $(INSTALL_DATA) $$i $(SCRIPT_INSTALL_DIR)/scripts; \
  	    done;


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-01-11 20:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-11 12:18 [PATCH] Fix itcl install "error" Keith Seitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).