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