Changeset 21701 for Makefile.PL
- Timestamp:
- 08/01/08 15:37:38 (4 months ago)
- Files:
-
- 1 modified
-
Makefile.PL (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Makefile.PL
r21696 r21701 67 67 system($cabal => 'install', '--user', @deps); 68 68 69 # XXX- At this point we'd like to fool Cabal into using our own archive.69 # TODO - At this point we'd like to fool Cabal into using our own archive. 70 70 do "Configure.PL"; 71 system($cabal => 'configure', '--user');72 73 71 print "==> Pugs configuration finished.\n"; 74 72 … … 144 142 pugs$Config{_exe} :: src/Pugs/Config.hs 145 143 \t\$(RM_F) dist/build/pugs/pugs$Config{_exe} 144 \t\$(RM_F) Pugs.cabal 145 \t\$(CP) Pugs.cabal.in Pugs.cabal 146 146 \t$cabal configure --user 147 147 \t$cabal build
