X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Examples%2FSConscript;fp=Examples%2FSConscript;h=7350f38268d1efecc40ea74cead3e2657ca47cec;hb=3a89de27838820f859f586854574b19eeca9a559;hp=b8e27677746a90d0a3f2287d66a7e6ff50d4c620;hpb=2a4fe188bb262a1affe14939111bd73f8dcbfed8;p=senf.git diff --git a/Examples/SConscript b/Examples/SConscript index b8e2767..7350f38 100644 --- a/Examples/SConscript +++ b/Examples/SConscript @@ -16,7 +16,7 @@ for sconstruct in glob.glob("*/SConstruct"): CONCURRENCY_LEVEL=1, EXAMPLEDIR=dir) env.Alias('examples', example) if env.GetOption('clean') and 'all' in BUILD_TARGETS or 'examples' in BUILD_TARGETS: - env.Clone(CONCURRENCY_LEVEL=1, EXAMPLEDIR=dir).Execute([ '.$SCONS -C $EXAMPLEDIR -c' ]) + env.Clone(CONCURRENCY_LEVEL=1, EXAMPLEDIR=dir).Execute([ '$SCONS -C $EXAMPLEDIR -c' ]) for dox in glob.glob("*/Doxyfile"):