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.7.2.2.2.1.2.2 by williamc, Tue Oct 31 13:05:04 2000 UTC vs.
Revision 1.1.2.7.2.2.2.1.2.3 by williamc, Tue Oct 31 13:26:29 2000 UTC

# Line 80 | Line 80 | sub _generateexternals {
80            print $fout 'lib+=$(extralib)'."\n";
81            print $fout 'LDLIBS+=$(addprefix -l,$(lib))'."\n";
82            print $fout 'LDLIBS+=$(addprefix -l,$(REQUIRES))'."\n";
83 +          print $fout 'LD_LIBRARY_PATH:=$(subst $(space),:,$(LD_LIBRARY_PATH))'."\n";
84  
85            undef $fout;
86          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines