Changeset 21690 for Makefile.PL

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

* Final checkin for this batch - Pugs installation should now work

from scratch checkout with network connection.
Next step: offline.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Makefile.PL

    r21689 r21690  
    139139    postamble(<<"."); 
    140140pugs$Config{_exe} :: src/Pugs/Config.hs 
    141 \t\$(RM_F) dist/build/Pugs/pugs$Config{_exe} 
     141\t\$(RM_F) dist/build/pugs/pugs$Config{_exe} 
    142142\t$cabal configure --user 
    143143\t$cabal build 
    144 \t\$(CP) dist/build/Pugs/pugs$Config{_exe} . 
     144\t\$(CP) dist/build/pugs/pugs$Config{_exe} . 
    145145 
    146146install ::