diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2000-09-12 14:48:46 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2000-09-12 14:48:46 +0000 |
commit | 62531eff7138b73da2a6d2b382959964d67d4269 (patch) | |
tree | 176edf1a30027217d6fcff6f9f1c049d990d75cf /gnu/usr.bin/binutils/opcodes/dep-in.sed | |
parent | 9ba342053c015a9be4f7f1ad1efdf21220329946 (diff) |
Import binutils-2.10
- only the binutils package (no gdb here)
- don't import libiberty and texinfo, they are elsewhere
- remove all .info* generated files
Diffstat (limited to 'gnu/usr.bin/binutils/opcodes/dep-in.sed')
-rw-r--r-- | gnu/usr.bin/binutils/opcodes/dep-in.sed | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/opcodes/dep-in.sed b/gnu/usr.bin/binutils/opcodes/dep-in.sed index ebf69ebf4b1..c30dee56391 100644 --- a/gnu/usr.bin/binutils/opcodes/dep-in.sed +++ b/gnu/usr.bin/binutils/opcodes/dep-in.sed @@ -3,6 +3,7 @@ s/\\\n */ /g t loop +s!\.o:!.lo:! s! @BFD_H@! $(BFD_H)!g s!@INCDIR@!$(INCDIR)!g s!@BFDDIR@!$(BFDDIR)!g |