diff options
-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 3e9ab7b29f..66cd0f4c52 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 1a25f44bde..9f086457db 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 |