Rename senfscons to site_scons and move python files arround
[senf.git] / senfscons / PhonyTarget.py
diff --git a/senfscons/PhonyTarget.py b/senfscons/PhonyTarget.py
deleted file mode 100644 (file)
index 3b9fbca..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-
-def PhonyTarget(env, target, source = None, action = None):
-    return env.AlwaysBuild(env.Alias(target, source, env.Action(action)))
-
-def generate(env):
-    env['BUILDERS']['PhonyTarget'] = PhonyTarget
-
-def exists(env):
-    return True