]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* tests/pdemo-inst.test: pdemo-inst should depend on pdemo-make.
authorCharles Wilson <cygwin@cwilson.fastmail.fm>
Fri, 8 Oct 2004 16:17:40 +0000 (16:17 +0000)
committerBob Friesenhahn <bfriesen@simple.dallas.tx.us>
Fri, 8 Oct 2004 16:17:40 +0000 (16:17 +0000)
* config/ltmain.m4sh: Windows and Cygwin reserve the .lnk
extension to represent shortcuts.  Use the extension ".lnkscript"
rather than ".lnk" for the piecewise linking ld script in order to
avoid the conflict.

ChangeLog
config/ltmain.m4sh
tests/pdemo-inst.test

index e5ab34e8e8b5667b618e1a6ed784e70466aba29d..b4bad5960bb1a8791a3d34a64a81e730830c0d27 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-10-08  Charles Wilson  <cygwin@cwilson.fastmail.fm>
+
+       * tests/pdemo-inst.test: pdemo-inst should depend on pdemo-make.
+       * config/ltmain.m4sh: Windows and Cygwin reserve the .lnk
+       extension to represent shortcuts.  Use the extension ".lnkscript"
+       rather than ".lnk" for the piecewise linking ld script in order to
+       avoid the conflict.
+
 2004-10-08  Gary V. Vaughan  <gary@gnu.org>
 
        Fix some issues that mangled the reexecution path to a script,
index d5f1ce87c51d3e12d13c0d66bb5540021d7a2c5f..28ec84976ef8adafb1132774b36a7b8cba3e3ca8 100644 (file)
@@ -4994,7 +4994,7 @@ EOF
          k=1
 
          if test "X$skipped_export" != "X:" && test "$with_gnu_ld" = yes; then
-           output=${output_objdir}/${output_la}.lnk
+           output=${output_objdir}/${output_la}.lnkscript
            func_echo "creating GNU ld script: $output"
            $ECHO 'INPUT (' > $output
            for obj in $save_libobjs
index 747e1be5ea99e74147e1f7f6ef6594e996d2a701..a2571968bffa73f754ee42205c9fa5a5a09ba2cf 100755 (executable)
 
 . ./defs || exit 1
 
-func_require "demo-make" "demo/hell$EXEEXT"
+func_require "pdemo-make" "demo/hell$EXEEXT"
 
 func_mkprefixdir
-func_cd "demo"
+func_cd "pdemo"
 func_make "install"
 func_exec_init "installed"
 func_exec "$prefix/bin/hell_static" 'Welcome to GNU Hell'