Changeset 21701 for Makefile.PL

Show
Ignore:
Timestamp:
08/01/08 15:37:38 (4 months ago)
Author:
audreyt
Message:

* Actually Pugs.cabal is still better named Pugs.cabal.in.

(To accomodate for e.g. svn versions)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Makefile.PL

    r21696 r21701  
    6767system($cabal => 'install', '--user', @deps); 
    6868 
    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. 
    7070do "Configure.PL"; 
    71 system($cabal => 'configure', '--user'); 
    72  
    7371print "==> Pugs configuration finished.\n"; 
    7472 
     
    144142pugs$Config{_exe} :: src/Pugs/Config.hs 
    145143\t\$(RM_F) dist/build/pugs/pugs$Config{_exe} 
     144\t\$(RM_F) Pugs.cabal 
     145\t\$(CP) Pugs.cabal.in Pugs.cabal 
    146146\t$cabal configure --user 
    147147\t$cabal build