+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,
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)
+<<<<<<< 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
* 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
* 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.
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)