Changeset 21855 for Makefile.PL

Show
Ignore:
Timestamp:
08/08/08 20:46:02 (4 months ago)
Author:
audreyt
Message:

* Do not insist on installing a profiling cabal-install dep chain.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Makefile.PL

    r21815 r21855  
    259259 
    260260    system($ghc, qw(--make -O0), -o => $setup_exe, $setup_hs) 
    261         || system($setup_exe, qw(configure --user -p)) 
     261        || system($setup_exe, qw(configure --user)) 
    262262        || system($setup_exe, qw(build)) 
    263263        || system($setup_exe, qw(install --user))