diff options
author | Alan Modra <amodra@gmail.com> | 2006-06-08 05:09:37 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2006-06-08 05:09:37 +0000 |
commit | 03bf704fdb44661db7e0f61e875dd54fd678c5d0 (patch) | |
tree | f5c024fbdd6597bf1fc659cca277686f836523ca /gas/dep-in.sed | |
parent | bf81fac3c9ee8c37a8dabd85cbd2971ceebbe1bc (diff) | |
download | gdb-03bf704fdb44661db7e0f61e875dd54fd678c5d0.zip gdb-03bf704fdb44661db7e0f61e875dd54fd678c5d0.tar.gz gdb-03bf704fdb44661db7e0f61e875dd54fd678c5d0.tar.bz2 |
* configure.in (BFDLIB, BFDVER_H, ALL_OBJ_DEPS): Delete.
* Makefile.am (GASLIBS): Expand @BFDLIB@.
(BFDVER_H): Delete.
(OBJS): Expand @ALL_OBJ_DEPS@. Depend on all fopen-*.h variants.
(obj-aout.o): Depend on $(DEP_@target_get_type@_aout)
(obj-coff.o, obj-ecoff.o, obj-elf.o): Similarly.
Run "make dep-am".
* dep-in.sed: Don't substitute bfdver.h. Do remove symcat.h.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* configure: Regenerate.
Diffstat (limited to 'gas/dep-in.sed')
-rw-r--r-- | gas/dep-in.sed | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/dep-in.sed b/gas/dep-in.sed index f23c201..7af635b 100644 --- a/gas/dep-in.sed +++ b/gas/dep-in.sed @@ -12,13 +12,13 @@ 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! itbl-cpu\.h!!g s! itbl-parse\.h!!g s! \.\./intl/libintl\.h!!g +s! \.\./bfd/bfd\.h!!g +s! \$(INCDIR)/symcat\.h!!g s! \$(INCDIR)/bin-bugs\.h!!g s! \$(INCDIR)/ansidecl\.h!!g s! \$(INCDIR)/libiberty\.h!!g |