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