Changeset 21924 for Makefile.PL
- Timestamp:
- 08/17/08 22:35:18 (3 months ago)
- Files:
-
- 1 modified
-
Makefile.PL (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Makefile.PL
r21855 r21924 258 258 die "Impossible: No Setup?" unless $setup_hs; 259 259 260 use File::Path; 261 File::Path::rmtree(['dist']); 262 260 263 system($ghc, qw(--make -O0), -o => $setup_exe, $setup_hs) 261 264 || system($setup_exe, qw(configure --user))
