summaryrefslogtreecommitdiffstats
path: root/Construct
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2001-10-30 13:47:14 (GMT)
committerSteven Knight <knight@baldmt.com>2001-10-30 13:47:14 (GMT)
commitae1737265e92978dd851292340d21af6e2269196 (patch)
treebdea21e54f0b8e99cde79c873e293c86a115c3bd /Construct
parent15928490b955a3d4ea4966102dc915ed0fdb8526 (diff)
downloadSCons-ae1737265e92978dd851292340d21af6e2269196.zip
SCons-ae1737265e92978dd851292340d21af6e2269196.tar.gz
SCons-ae1737265e92978dd851292340d21af6e2269196.tar.bz2
Fix build dependencies.
Diffstat (limited to 'Construct')
-rw-r--r--Construct2
1 files changed, 1 insertions, 1 deletions
diff --git a/Construct b/Construct
index 9932600..4adeade 100644
--- a/Construct
+++ b/Construct
@@ -234,7 +234,7 @@ for $dir ('script', 'engine') {
# hanging around in the development directory.
#
my %seen;
- map($seen{$_}++, "MANIFEST", "setup.py");
+ map($seen{$_}++, "LICENSE.txt", "MANIFEST", "setup.py");
@test_files = map(File::Spec->catfile($install, $_),
grep(!$seen{$_}++ &&
($_ =~ /\.py$/ || $src_file{$_}), @files));