diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-04-15 19:13:56 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-04-15 19:13:56 +0000 |
commit | 6808fd61d2b5667555a0be64cfcce7ec5de4eaf6 (patch) | |
tree | e3a893ac3b6f5cdd711df71d1a800fbbf3f6fc0b /sim/common/ChangeLog | |
parent | 04184003f6166fc6e0438a2b0b2b5bc5bf6da0d7 (diff) | |
download | binutils-6808fd61d2b5667555a0be64cfcce7ec5de4eaf6.zip binutils-6808fd61d2b5667555a0be64cfcce7ec5de4eaf6.tar.gz binutils-6808fd61d2b5667555a0be64cfcce7ec5de4eaf6.tar.bz2 |
* Make-common.in (INSTALL): Set to @INSTALL@.
(INSTALL_XFORM, INSTALL_XFORM1): Remove.
(install-common): Depend upon installdirs. Use
$(program_transform_name) directly, rather than using
$(INSTALL_XFORM).
(installdirs): New target.
* Makefile.in (INSTALL): Set to @INSTALL@.
(INSTALL_XFORM, INSTALL_XFORM1): Remove.
(install-man): Depend upon installdirs. Use
$(program_transform_name) directly, rather than using
$(INSTALL_XFORM).
(installdirs): New target.
Diffstat (limited to 'sim/common/ChangeLog')
-rw-r--r-- | sim/common/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 06dd092..7e0c76a 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,18 @@ +Tue Apr 15 15:10:13 1997 Ian Lance Taylor <ian@cygnus.com> + + * Make-common.in (INSTALL): Set to @INSTALL@. + (INSTALL_XFORM, INSTALL_XFORM1): Remove. + (install-common): Depend upon installdirs. Use + $(program_transform_name) directly, rather than using + $(INSTALL_XFORM). + (installdirs): New target. + * Makefile.in (INSTALL): Set to @INSTALL@. + (INSTALL_XFORM, INSTALL_XFORM1): Remove. + (install-man): Depend upon installdirs. Use + $(program_transform_name) directly, rather than using + $(INSTALL_XFORM). + (installdirs): New target. + Tue Apr 15 15:08:12 1997 Andrew Cagney <cagney@b1.cygnus.com> * sim-assert.h (SIM_ASSERT, ASSERT): Allow these macros to |