From 40385b812685e9043d67eca88c3f215aabe655a4 Mon Sep 17 00:00:00 2001 From: Steven Knight Date: Wed, 13 Oct 2004 15:20:43 +0000 Subject: Make SCons/__init__.py, not SCons/Script/__init__.py, dependent on the version being built. --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index f009c7b..42758ad 100644 --- a/SConstruct +++ b/SConstruct @@ -332,7 +332,7 @@ python_scons = { }, 'explicit_deps' : { - 'SCons/Script/__init__.py' : Version_values, + 'SCons/__init__.py' : Version_values, }, } -- cgit v0.12