A fix for SConscript so it will work with newer versions of scons

SConscript:
    Changed the ISAPath function to take 5 arguments to work with scons 0.97.

--HG--
extra : convert_revision : 34fbe131aec9349631b5026d839563380623f3fd
This commit is contained in:
Gabe Black 2006-02-09 13:06:47 -05:00
parent f444a7e799
commit d3c1cc9f15

View file

@ -400,7 +400,7 @@ def ISAScan():
"SRCDIR",
'^[ \t]*##[ \t]*include[ \t]*"([^>"]+)"')
def ISAPath(env, dir, a=None):
def ISAPath(env, dir, target=None, source=None, a=None):
return (Dir(env['SRCDIR']), Dir('.'))
iscan = Scanner(function = ISAScan().scan, skeys = [".isa", ".ISA"],