diff options
author | Alan Modra <amodra@gmail.com> | 2000-05-27 13:41:11 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-05-27 13:41:11 +0000 |
commit | ad4d6ccf5c4bff92a91f7830ea8503ad9a62d5fb (patch) | |
tree | 8b489f5bf1f06da55517b182c535a30b66f5c4ee /gas/ChangeLog | |
parent | c60c0f5f8841d467149bdf0980bd17fb1246ca51 (diff) | |
download | gdb-ad4d6ccf5c4bff92a91f7830ea8503ad9a62d5fb.zip gdb-ad4d6ccf5c4bff92a91f7830ea8503ad9a62d5fb.tar.gz gdb-ad4d6ccf5c4bff92a91f7830ea8503ad9a62d5fb.tar.bz2 |
Fix "make dep-in" and "make dep"
Previous rules had problems due to automake moving variables around.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 6a0764c..ae6b77e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2000-05-27 Alan Modra <alan@linuxcare.com.au> + + * Makefile.am (DEP, DEP1, dep, dep-in, dep-am): Use a better sed + line-matching scheme to cope with automake moving variables around. + ($(TARG_CPU_O)): Remove dependency on TARG_CPU_DEP_@target_cpu_type@ + * Makefile.in: Regenerate. + 2000-05-26 Jakub Jelinek <jakub@redhat.com> * config/tc-sparc.c (sparc_relax): New. |