summaryrefslogtreecommitdiff
path: root/compile
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2017-07-12 08:49:46 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2017-07-12 08:49:49 +0900
commit834a4dcd043de07e4b8670c47ff647f58da5f5e4 (patch)
tree83124c8c6fb305f76988f61aee231044ca5b801a /compile
parentcf76ccccc8e2364c85afba6ea59645fc188c3d19 (diff)
downloadpygobject2-834a4dcd043de07e4b8670c47ff647f58da5f5e4.tar.gz
pygobject2-834a4dcd043de07e4b8670c47ff647f58da5f5e4.tar.bz2
pygobject2-834a4dcd043de07e4b8670c47ff647f58da5f5e4.zip
Imported Upstream version 3.9.1
Change-Id: Iea08d370f802808b02274c20102ee1635ee58f78 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'compile')
-rwxr-xr-xcompile10
1 files changed, 3 insertions, 7 deletions
diff --git a/compile b/compile
index 531136b..862a14e 100755
--- a/compile
+++ b/compile
@@ -1,9 +1,10 @@
#! /bin/sh
# Wrapper for compilers which do not understand '-c -o'.
-scriptversion=2012-10-14.11; # UTC
+scriptversion=2012-03-05.13; # UTC
-# Copyright (C) 1999-2013 Free Software Foundation, Inc.
+# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2009, 2010, 2012 Free
+# Software Foundation, Inc.
# Written by Tom Tromey <tromey@cygnus.com>.
#
# This program is free software; you can redistribute it and/or modify
@@ -112,11 +113,6 @@ func_cl_dashl ()
lib=$dir/$lib.lib
break
fi
- if test -f "$dir/lib$lib.a"; then
- found=yes
- lib=$dir/lib$lib.a
- break
- fi
done
IFS=$save_IFS