Browse Source

remove redundant args to do_ln

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer 14 years ago
parent
commit
b87e4a4826
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libc/sysdeps/linux/Makefile.commonarch

+ 1 - 1
libc/sysdeps/linux/Makefile.commonarch

@@ -31,7 +31,7 @@ ifneq ($(ARCH_HEADERS),)
 ARCH_HEADERS_OUT := $(patsubst %,$(top_builddir)include/%,$(ARCH_HEADERS))
 
 $(ARCH_HEADERS_OUT):
-	$(do_ln) -fs $(call rel_srcdir)libc/sysdeps/linux/$(TARGET_ARCH)/$(@F) $@
+	$(do_ln) $(call rel_srcdir)libc/sysdeps/linux/$(TARGET_ARCH)/$(@F) $@
 
 headers-y += $(ARCH_HEADERS_OUT)
 headers_clean-y += HEADERCLEAN_$(subst $(top_builddir),,$(ARCH_OUT))