From: g0dil Date: Sun, 10 Feb 2008 22:06:04 +0000 (+0000) Subject: Add another scons (old version) workaround X-Git-Url: http://g0dil.de/git?a=commitdiff_plain;h=48e002c85474560e93187b1423a75dde49463147;p=senf.git Add another scons (old version) workaround git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@680 270642c3-0616-0410-b53a-bc976706d245 --- diff --git a/Utils/SConscript b/Utils/SConscript index b117eac..75a2b96 100644 --- a/Utils/SConscript +++ b/Utils/SConscript @@ -7,6 +7,9 @@ import SENFSCons, glob SENFSCons.StandardTargets(env) +# OUCH ... another hack to work around a scons bug ... +Execute(Touch("Logger/all_includes.hh")) + sources, testSources = SENFSCons.GlobSources() objects = SENFSCons.Objects( env, sources = sources, testSources=testSources )