OSDN Git Service

remove redundant args to do_ln
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 28 Jun 2010 22:00:59 +0000 (00:00 +0200)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 28 Jun 2010 22:00:59 +0000 (00:00 +0200)
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
libc/sysdeps/linux/Makefile.commonarch

index 8c89319..fe391d8 100644 (file)
@@ -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))