Add another scons (old version) workaround
g0dil [Sun, 10 Feb 2008 22:06:04 +0000 (22:06 +0000)]
git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@680 270642c3-0616-0410-b53a-bc976706d245

Utils/SConscript

index b117eac..75a2b96 100644 (file)
@@ -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 )