diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-06-29 00:00:59 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-06-29 00:00:59 +0200 |
commit | b87e4a4826b3508b759172d81b5b236e507f88d2 (patch) | |
tree | 6cf7d867fb8c1ac866923ac0f286bd2fbb83f487 /libc/sysdeps/linux | |
parent | 957157deebd5eea63eaa8993f47740c2b2cd2592 (diff) |
remove redundant args to do_ln
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc/sysdeps/linux')
-rw-r--r-- | libc/sysdeps/linux/Makefile.commonarch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/Makefile.commonarch b/libc/sysdeps/linux/Makefile.commonarch index 8c893199e..fe391d848 100644 --- a/libc/sysdeps/linux/Makefile.commonarch +++ b/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)) |