libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 02/10] Don't eliminate duplications in $postdeps and $predeps on


From: KO Myung-Hun
Subject: [PATCH 02/10] Don't eliminate duplications in $postdeps and $predeps on OS/2
Date: Thu, 23 Feb 2012 00:01:55 +0900

---
 build-aux/ltmain.m4sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/build-aux/ltmain.m4sh b/build-aux/ltmain.m4sh
index 7017dc6..c3b02e6 100644
--- a/build-aux/ltmain.m4sh
+++ b/build-aux/ltmain.m4sh
@@ -384,7 +384,7 @@ M4SH_GETOPTS(
   test : = "$debug_cmd" || func_append preserve_args " --debug"
 
   case $host in
-    *cygwin* | *mingw* | *pw32* | *cegcc*)
+    *cygwin* | *mingw* | *pw32* | *cegcc* | *os2*)
       # don't eliminate duplications in $postdeps and $predeps
       opt_duplicate_compiler_generated_deps=:
       ;;
-- 
1.7.3.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]