ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/src/BuildSystem/MakeInterface.pm
(Generate patch)

Comparing COMP/SCRAM/src/BuildSystem/MakeInterface.pm (file contents):
Revision 1.2 by sashby, Fri Dec 10 13:41:37 2004 UTC vs.
Revision 1.3 by sashby, Fri May 13 15:48:29 2005 UTC

# Line 29 | Line 29 | sub new()
29    {
30    my $proto=shift;
31    my $class=ref($proto) || $proto;
32 <  my $self={ GMAKECMD => '/usr/bin/gmake', CMDOPTS => ' -r' };
32 >  my $self={ GMAKECMD => 'gmake', CMDOPTS => ' -r' };
33    bless $self,$class;
34    $|=1;
35  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines