diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-12-05 18:19:18 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-12-05 18:19:18 +0000 |
| commit | 51c79e7572bc318c8aff92dc698f0d4f6e47e4d8 (patch) | |
| tree | 8aea2f8386d88ae609b1c6061dc5bc94ded85ff7 /gnu/usr.bin/binutils/libbfd | |
| parent | 8e44609c921eff909329b39707d2149616e28ea2 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/libbfd')
| -rw-r--r-- | gnu/usr.bin/binutils/libbfd/Makefile.ia64 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/libbfd/Makefile.ia64 b/gnu/usr.bin/binutils/libbfd/Makefile.ia64 index 69d6b1919d12..dd3c53830257 100644 --- a/gnu/usr.bin/binutils/libbfd/Makefile.ia64 +++ b/gnu/usr.bin/binutils/libbfd/Makefile.ia64 @@ -26,8 +26,7 @@ elf64-target.h: elfxx-target.h sed -e s/NN/64/g ${.ALLSRC} > ${.TARGET} elf64-ia64.c: elfxx-ia64.c - sed -e s/NN/64/g -e 's/^.*#.*define.*ELF_DYNAMIC_INTERPRETER.*$$//g' \ - ${.ALLSRC} > ${.TARGET} + sed -e s/NN/64/g ${.ALLSRC} > ${.TARGET} pepigen.c: peXXigen.c sed -e s/XX/pep/g ${.ALLSRC} > ${.TARGET} |
