": @PROGRAM " from the list of exported symbols.
+2005-08-03 Peter Ekberg <peda@lysator.liu.se>
+
+ * ltmain.in (link mode): Properly remove the fake symbol line
+ ": @PROGRAM " from the list of exported symbols.
+
2005-08-02 Peter Ekberg <peda@lysator.liu.se>
* libtool.m4 (AC_LIBTOOL_LINKER_OPTION): Fix copy-paste bug, it
if test -z "$export_symbols"; then
export_symbols="$output_objdir/$outputname.exp"
$run $rm $export_symbols
- $run eval "${SED} -n -e '/^: @PROGRAM@$/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"'
+ $run eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"'
else
$run eval "${SED} -e 's/\([ ][.*^$]\)/\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"'
$run eval 'grep -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T'