Fix for leaving EXTRAS blank
authorGabe Black <gblack@eecs.umich.edu>
Mon, 10 Sep 2007 23:42:41 +0000 (16:42 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Mon, 10 Sep 2007 23:42:41 +0000 (16:42 -0700)
commit87408d5ad27c7240d9169c0becd0cd01725c2a80
tree029a198669ac8ef23eae25b10e53af718c509ca3
parent8f724a8b9679927503175a4a338ee77e285a0c5e
Fix for leaving EXTRAS blank
Apparently env['EXTRAS'] will return an empty string if not set. split will
then split it into an empty string, and normalize will turn "" into ".".

--HG--
extra : convert_revision : f79efebb129fdd65161fcf4d4582c2a8541aeacd
src/SConscript