diff options
author | Alan Modra <amodra@gmail.com> | 2002-11-01 10:35:43 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-11-01 10:35:43 +0000 |
commit | 4d0b322074f52b3cd49e276290d7c7376901154f (patch) | |
tree | 88e5663fa446d804c9c28751e1927f99258fcd2a /gas | |
parent | 36b3ec1e7f12dfc4018d8c460521582d26ff985f (diff) | |
download | gdb-4d0b322074f52b3cd49e276290d7c7376901154f.zip gdb-4d0b322074f52b3cd49e276290d7c7376901154f.tar.gz gdb-4d0b322074f52b3cd49e276290d7c7376901154f.tar.bz2 |
* dep-in.sed: Fix typo.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/dep-in.sed | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 3e9ab7b..66cd0f4 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2002-11-01 Alan Modra <amodra@bigpond.net.au> + + * dep-in.sed: Fix typo. + 2002-10-30 Daniel Jacobowitz <drow@mvista.com> * configure.in: Update ARM CPU patterns. diff --git a/gas/dep-in.sed b/gas/dep-in.sed index 1a25f44..9f08645 100644 --- a/gas/dep-in.sed +++ b/gas/dep-in.sed @@ -11,9 +11,9 @@ s!@SRCDIR@/config!$(srcdir)/config!g s!@SRCDIR@/\.\./opcodes!$(srcdir)/../opcodes!g s!@TOPDIR@/opcodes!$(srcdir)/../opcodes!g s!@SRCDIR@/!!g +s!\.\./bfd/bfdver\.h!$(BFDVER_H)!g s! \$(srcdir)/config/te-generic\.h!!g s! \.\./bfd/bfd\.h!!g -s! \.\./bfd/bfdver\.h!$(BFDVER_H)!g s! itbl-cpu\.h!!g s! itbl-parse\.h!!g |