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

Comparing COMP/SCRAM/src/BuildSystem/BuildSetup.pm (file contents):
Revision 1.1.2.8 by williamc, Mon Jun 5 14:51:04 2000 UTC vs.
Revision 1.1.2.9 by williamc, Wed Jun 7 09:44:33 2000 UTC

# Line 85 | Line 85 | sub _generateexternals {
85            print $fout 'lib+=$(extralib)'."\n";
86            print $fout 'LDLIBS+=$(addprefix -l,$(lib))'."\n";
87            print $fout 'LDLIBS+=$(addprefix -l,$(REQUIRES))'."\n";
88
88            undef $fout;
89 +
90            $self->verbose("End Configuration Setup");
91          }
92   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines