canonicalize install.sh location
authorDavid D. Zuhn <zoo@cygnus>
Fri, 18 Jun 1993 00:35:08 +0000 (00:35 +0000)
committerDavid D. Zuhn <zoo@cygnus>
Fri, 18 Jun 1993 00:35:08 +0000 (00:35 +0000)
binutils/ChangeLog
binutils/Makefile.in
gdb/ChangeLog
gdb/Makefile.in

index 5e3eaaf73997542736d18a418c6019a615e3b84c..9e6da7ff1978e26595d9b1682480522a91e2c96b 100644 (file)
@@ -1,3 +1,8 @@
+Thu Jun 17 16:53:56 1993  david d `zoo' zuhn (zoo@cygnus.com)
+       
+       * Makefile.in: canonicalize install.sh; for use within
+       this directory (and subdirs)
+
 Mon Jun 14 12:13:22 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
 
        * Makefile.in (install, install-info): remove parentdir support,
index c59298fa7fc56e2a9ac6c268567b2ff1aae1662b..f9e8c5cf226c180236453d34afac7d77b2c7f957 100644 (file)
@@ -44,7 +44,7 @@ docdir = $(datadir)/doc
 
 SHELL = /bin/sh
 
-INSTALL = install -c
+INSTALL = `cd $(srcdir)/..'pwd`/install.sh -c
 INSTALL_PROGRAM = $(INSTALL)
 INSTALL_DATA = $(INSTALL)
 INSTALL_XFORM = $(INSTALL) -t=$(program_tranform_name)
index bea4db0032d57cdc89f7e0ea6afe39ca95367fa0..b5a6bfe5e5fe4410318017bc733789a77cd810f2 100644 (file)
@@ -1,3 +1,16 @@
+<<<<<<< ChangeLog
+<<<<<<< ChangeLog
+Thu Jun 17 16:53:56 1993  david d `zoo' zuhn (zoo@cygnus.com)
+       
+       * Makefile.in: canonicalize install.sh; for use within
+       this directory (and subdirs)
+
+Tue Jun 15 17:01:23 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
+
+       * Makefile.in: remove parentdir support; use INSTALL_XFORM
+
+=======
+=======
 Thu Jun 17 15:08:35 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
 
        * configure.in (alpha-*-osf*), config/alpha/alpha-osf.mh: New
@@ -9,6 +22,7 @@ Thu Jun 17 15:08:35 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
        * config/sh/tm-sh.h (REGISTER_NAMES): Know about the news ones the
        simulator defines.
 
+>>>>>>> 1.1384
 Wed Jun 16 16:08:18 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
 
        * NEWS: tracking user visible changes starting with
@@ -27,6 +41,7 @@ Wed Jun 16 12:21:49 1993  Fred Fish  (fnf@cygnus.com)
        * alldeps.mak, depend:  Update to latest automatically built
        versions.
 
+>>>>>>> 1.1383
 Tue Jun 15 12:26:05 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
 
        * remote-vx.c: include gdbcmd.h for setlist.
index c624cf1241858ca66153383224a527881889b730..a423a1b84a7991744036a16e73a760622c7d61dd 100644 (file)
@@ -41,7 +41,7 @@ docdir = $(datadir)/doc
 
 SHELL = /bin/sh
 
-INSTALL = $(srcdir)/../install.sh -c
+INSTALL = `cd $(srcdir)/..;pwd`/install.sh -c
 INSTALL_PROGRAM = $(INSTALL)
 INSTALL_DATA = $(INSTALL)
 INSTALL_XFORM = $(INSTALL) -t=$(program_transform_name)
This page took 0.033293 seconds and 4 git commands to generate.