From: stevenknight Date: Tue, 30 Oct 2001 13:47:14 +0000 (+0000) Subject: Fix build dependencies. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9090c6b9e1c8cb17c13fa0db506d2f87462f0632;p=scons.git Fix build dependencies. git-svn-id: http://scons.tigris.org/svn/scons/trunk@112 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- diff --git a/Construct b/Construct index 99326001..4adeadee 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));