alldeps: handle uses of full pathnames, e.g. "config/config.h"
commit93c93b0a2e3eb09f0b4ffce3b27f0306abf1b7cd
authorH. Peter Anvin <hpa@linux.intel.com>
Thu, 6 Oct 2016 21:08:31 +0000 (6 14:08 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Thu, 6 Oct 2016 21:12:39 +0000 (6 14:12 -0700)
tree2a7f20454aa464437994ef9228f82b25313d67c7
parent194751404b09c532bb57f37de4c25a5b5580da93
alldeps: handle uses of full pathnames, e.g. "config/config.h"

Sometimes we really want to use an extended pathname for an include
file, for documentation purposes; e.g. "config/config.h".  This makes
alldeps handle that case correctly (and also adds the config/
directory to directories scanned by alldeps).

It is unclear if this will work correctly if there are include files
with the same name in different directories, but we currently do not
have any case like that.

Reported-by: anonymous coward <nasm64developer@users.sf.net>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Makefile.in
Mkfiles/msvc.mak
Mkfiles/netware.mak
Mkfiles/openwcom.mak
Mkfiles/owlinux.mak
tools/mkdep.pl