OSDN Git Service

From Mo Dejong <supermo@bayarea.net>:
authorkseitz <kseitz>
Tue, 6 Aug 2002 19:24:24 +0000 (19:24 +0000)
committerkseitz <kseitz>
Tue, 6 Aug 2002 19:24:24 +0000 (19:24 +0000)
        * iwidgets3.0.0/Makefile.in: Don't create a symlink
        from $(SCRIPT_INSTALL_DIR) to $(LIB_INSTALL_DIR)/iwidgets.
        Remove LN_S and LIB_INSTALL_DIR variables.

itcl/ChangeLog
itcl/iwidgets3.0.0/Makefile.in

index f45e4f1..d7f8078 100644 (file)
@@ -1,6 +1,13 @@
 2002-08-06  Keith Seitz  <keiths@redhat.com>
 
        From Mo Dejong  <supermo@bayarea.net>:
+       * iwidgets3.0.0/Makefile.in: Don't create a symlink
+       from $(SCRIPT_INSTALL_DIR) to $(LIB_INSTALL_DIR)/iwidgets.
+       Remove LN_S and LIB_INSTALL_DIR variables.
+
+2002-08-06  Keith Seitz  <keiths@redhat.com>
+
+       From Mo Dejong  <supermo@bayarea.net>:
        * configure.in: Don't configure iwidgets when building
        Source-Navigator.
        * configure: Regenerated.
index 9549472..396195d 100644 (file)
@@ -45,9 +45,6 @@ INSTALL_ROOT =
 SCRIPT_INSTALL_DIR = @datadir@/iwidgets$(VERSION)
 # END CYGNUS LOCAL
 
-# Directory in which to install the archive libtcl.a:
-LIB_INSTALL_DIR = $(INSTALL_ROOT)$(exec_prefix)/lib
-
 # Directory in which to install the program tclsh:
 BIN_INSTALL_DIR = $(INSTALL_ROOT)$(exec_prefix)/bin
 
@@ -116,7 +113,6 @@ INSTALL_DATA =              $(INSTALL) -m 644
 INSTALL_SCRIPT =       $(INSTALL) -m 555
 MKINSTALLDIRS =                $(srcdir)/../config/mkinstalldirs
 RANLIB =               @RANLIB@
-LN_S =                 ln -s
 TOP_DIR =              $(srcdir)
 GENERIC_DIR =          $(TOP_DIR)/generic
 UNIX_DIR =             $(TOP_DIR)/unix
@@ -166,9 +162,7 @@ install: all install-binaries install-libraries install-doc
 install-binaries:
 
 install-libraries:
-       @$(MKINSTALLDIRS) $(SCRIPT_INSTALL_DIR) $(LIB_INSTALL_DIR)
-       @rm -f $(LIB_INSTALL_DIR)/iwidgets
-       $(LN_S) $(SCRIPT_INSTALL_DIR) $(LIB_INSTALL_DIR)/iwidgets
+       @$(MKINSTALLDIRS) $(SCRIPT_INSTALL_DIR)
        @$(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 ; \