summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-02-25 15:51:47 +0100
committerDiego Biurrun <diego@biurrun.de>2013-02-25 18:15:17 +0100
commitb58b00aeca21de00ab6da2944684f784d9d6bc47 (patch)
tree6638e56d9ee36f1059dab7d58d37876a02902533 /configure
parent23bd9ef4b209c789d5473d75f89a2e411d343d80 (diff)
configure: Separate "ln" command line arguments
This is more compatible and not more complicated.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure b/configure
index 1b9a481add..52cebb7c63 100755
--- a/configure
+++ b/configure
@@ -1864,7 +1864,7 @@ ar_default="ar"
cc_default="gcc"
host_cc_default="gcc"
cp_f="cp -f"
-ln_s="ln -sf"
+ln_s="ln -s -f"
nm_default="nm -g"
objformat="elf"
pkg_config_default=pkg-config
@@ -3077,7 +3077,6 @@ case $target_os in
network_extralibs='-lbsd'
exeobjs=compat/plan9/main.o
disable avserver
- ln_s='ln -s -f'
cp_f='cp'
;;
none)