diff options
author | John Gilmore <gnu@cygnus> | 1991-10-05 04:55:05 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-10-05 04:55:05 +0000 |
commit | 5784123fb7a17931182241875d6affa7d3900727 (patch) | |
tree | cdfba19c6a20703936bf5d15884deddc3e9189a4 /ld/.Sanitize | |
parent | 558175fb60171a010ac275a85d85b50dcc0b3af9 (diff) | |
download | gdb-5784123fb7a17931182241875d6affa7d3900727.zip gdb-5784123fb7a17931182241875d6affa7d3900727.tar.gz gdb-5784123fb7a17931182241875d6affa7d3900727.tar.bz2 |
* Makefile.in: Avoid using $< in non-suffix rules (breaks on Sun Make).
* ldfile.c, ldlang.c, ldmain.c, ldwrite.c: Cope with renames of a
few BFD types & enums.
* ChangeLog: Create.
Diffstat (limited to 'ld/.Sanitize')
-rw-r--r-- | ld/.Sanitize | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/ld/.Sanitize b/ld/.Sanitize index fac47c6..862d427 100644 --- a/ld/.Sanitize +++ b/ld/.Sanitize @@ -27,6 +27,7 @@ echo Sanitizing `pwd`... Things-to-keep: +ChangeLog Makefile.in config config.h @@ -83,7 +84,13 @@ echo Done in `pwd`. # # # $Log$ -# Revision 1.13 1991/09/27 20:19:25 bothner +# Revision 1.14 1991/10/05 04:55:04 gnu +# * Makefile.in: Avoid using $< in non-suffix rules (breaks on Sun Make). +# * ldfile.c, ldlang.c, ldmain.c, ldwrite.c: Cope with renames of a +# few BFD types & enums. +# * ChangeLog: Create. +# +# Revision 1.13 1991/09/27 20:19:25 bothner # Update for deleted (and some added) files. # # Revision 1.12 1991/09/24 02:30:20 rich |