Handle the new ELF headers in the dependency generation
commit1acf6ba82293cda3fc18cc3ba3a64328e496ca64
authorH. Peter Anvin <hpa@zytor.com>
Thu, 25 Jun 2009 20:06:49 +0000 (25 13:06 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 25 Jun 2009 20:06:49 +0000 (25 13:06 -0700)
tree8135eb6bc7ba9b0b71d4c1f9b0da8356e4c6b8fa
parentd219a3e46f0a9fe2b997eee8acd6bbe212bef4da
Handle the new ELF headers in the dependency generation

The dependency machinery relies on properly rooted includes, so give
it to them... the path syntax munging machinery in the dependency
script handles it from a Makefile syntax perspective, and then we can
hope that C compilers are smart enough to deal with forward-slash
paths even when that is not the native syntax.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Makefile.in
Mkfiles/msvc.mak
Mkfiles/netware.mak
Mkfiles/openwcom.mak
Mkfiles/owlinux.mak
output/elf32.h
output/elf64.h
output/outelf.c
output/outelf32.c
output/outelf64.c