Changeset 21924 for Makefile.PL

Show
Ignore:
Timestamp:
08/17/08 22:35:18 (3 months ago)
Author:
audreyt
Message:

* Makefile.PL When building third-party/, clean dist/ before building

packages to avoid package version mismatch errors.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Makefile.PL

    r21855 r21924  
    258258    die "Impossible: No Setup?" unless $setup_hs; 
    259259 
     260    use File::Path; 
     261    File::Path::rmtree(['dist']); 
     262 
    260263    system($ghc, qw(--make -O0), -o => $setup_exe, $setup_hs) 
    261264        || system($setup_exe, qw(configure --user))