diff options
author | John Gilmore <gnu@cygnus> | 1992-09-18 06:59:58 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-09-18 06:59:58 +0000 |
commit | 4a63dfde28d5980aa37e923271632034290eb682 (patch) | |
tree | fdf2d115f191c9d636ba4d2a6b840c2ab65a6292 | |
parent | fc11b71ac49212ad4fbb6f7f1c094daa0da78a9d (diff) | |
download | gdb-4a63dfde28d5980aa37e923271632034290eb682.zip gdb-4a63dfde28d5980aa37e923271632034290eb682.tar.gz gdb-4a63dfde28d5980aa37e923271632034290eb682.tar.bz2 |
Changes to make the gdb.tar.Z rule work better.
* Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
(DEVO_SUPPORT): Add configure.texi.
(bfd-ilrt.tar.Z): Remove ancient rule.
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -10,6 +10,14 @@ Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com) * configure: always set $(tooldir) to $(libdir)/$(target_alias), even for a native compilation. +Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com) + + Changes to make the gdb.tar.Z rule work better. + + * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes. + (DEVO_SUPPORT): Add configure.texi. + (bfd-ilrt.tar.Z): Remove ancient rule. + Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com) * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to |