# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |