Changeset 1236 for script

Show
Ignore:
Timestamp:
03/27/05 14:11:49 (4 years ago)
Author:
scw
svk:copy_cache_prev:
2649
Message:

Pugscc don't need to be used under pugs source tree when using
Parrot backend.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • script/pugscc

    r1127 r1236  
    4545my $ghc_version = ghc_version(); 
    4646my $base = cwd(); 
    47 if (!-e "src/Main.hs") { 
     47if ($backend != 'Parrot' and !-e "src/Main.hs") { 
    4848    $base = "$FindBin::Bin/.."; 
    4949    if (!-e "$base/src/Main.hs") {