This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Fix itcl install "error"


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;



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]