From b58b00aeca21de00ab6da2944684f784d9d6bc47 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 25 Feb 2013 15:51:47 +0100 Subject: [PATCH] configure: Separate "ln" command line arguments This is more compatible and not more complicated. --- configure | 3 +-- 1 file changed, 1 insertion(+), 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)