Make a Clean() environment method. Add global functions for AlwaysBuild(), Command...
[scons.git] / test / Depends.py
index d65f2b6edeebbdcfd9d71bba8d9e18dad02108d9..4dfc55ae63ed67a642d8367cea6e57e91fc9a556 100644 (file)
@@ -59,7 +59,7 @@ SConscript('subdir/SConscript', "env")
 
 test.write(['subdir', 'SConscript'], """
 Import("env")
-env.Depends(target = 'f4.out', dependency = 'bar.dep')
+Depends(target = 'f4.out', dependency = 'bar.dep')
 env.Bar(target = 'f4.out', source = 'f4.in')
 """)