From 1c7800afa2301b1b708206586f74bc893cdd87bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 19 Feb 2013 05:27:02 +0100 Subject: [PATCH] Fix unintended rename of lnkscript --- ltmain.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ltmain.sh b/ltmain.sh index 2025dd2..aa5624c 100755 --- a/ltmain.sh +++ b/ltmain.sh @@ -8317,7 +8317,7 @@ EOF k=1 if test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "$with_gnu_ld" = yes; then - output=${output_objdir}/${output_la}.lntdescript + output=${output_objdir}/${output_la}.lnkscript func_verbose "creating GNU ld script: $output" echo 'INPUT (' > $output for obj in $save_libobjs