Issue 2121: fix handling #includes of files in VariantDir subdirectories,
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sat, 13 Sep 2008 04:57:59 +0000 (04:57 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sat, 13 Sep 2008 04:57:59 +0000 (04:57 +0000)
commit2925af9e9fbddf1ad05f44e877e7aa806095a9a9
treef264434144ab877e2b86f391a259f5026cb8fc93
parentec1f3c71ca8d1a120c9a151dfcb6833811419001
Issue 2121:  fix handling #includes of files in VariantDir subdirectories,
by having it handle checking for VariantDir directories on disk like
it does VariantDir files.
(patch:  Jared Grubb; test case:  Ali Tofigh)

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3394 fdb21ef1-2011-0410-befe-b5e4ea1792b1
src/CHANGES.txt
src/engine/SCons/Node/FS.py
test/VariantDir/include-subdir.py [new file with mode: 0644]