From da755a6dd6ce5a90715440d53a743b61ac5b1fef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 20 Feb 2013 00:53:31 +0100 Subject: Fix unintended rename of lnkscript --- ltmain.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ltmain.sh b/ltmain.sh index a79aeb6..b36c4ad 100755 --- a/ltmain.sh +++ b/ltmain.sh @@ -7141,7 +7141,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 -- cgit v1.2.3