Don't dike out ELF_DYNAMIC_INTERPRETER, we need this copy now.

This should have been committed with ia64/bfd.h rev 1.6.

Approved by:	RE
This commit is contained in:
David E. O'Brien 2002-12-05 18:19:18 +00:00
parent 8e44609c92
commit 51c79e7572

View File

@ -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}