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

Comparing COMP/SCRAM/src/BuildSystem/BuildFile.pm (file contents):
Revision 1.1.2.1 by williamc, Fri Apr 7 08:12:47 2000 UTC vs.
Revision 1.1.2.2 by williamc, Mon Apr 10 08:47:03 2000 UTC

# Line 667 | Line 667 | sub LibType_text {
667          my $string=shift;
668  
669          if ( $self->{Arch} ) {
670 +          $string=~s/\n/ /g;
671            print GNUmakefile "libmsg::\n\t\@echo Library info: ";
672            print GNUmakefile $string;
673            print GNUmakefile "\n";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines