From e2581aecf532bb62699afa99cd51126048064fdd Mon Sep 17 00:00:00 2001 From: Joakim Tjernlund Date: Wed, 14 Feb 2007 19:53:54 +0000 Subject: Revert previous commit as it is unclear if it is needed. --- Makefile.in | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index e47bf4fda..c5d5e2bcb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -75,11 +75,9 @@ headers: include/bits/uClibc_config.h for i in $(HEADERS_BITS_ARCH) ; do \ $(LN) -fs ../../libc/sysdeps/linux/$(TARGET_ARCH)/bits/$$i .; \ done; \ - if [ -n "$(HEADERS_BITS_SUBARCH)" ] ; then \ - for i in $(HEADERS_BITS_SUBARCH) ; do \ - $(LN) -fs ../../libc/sysdeps/linux/$(TARGET_ARCH)/bits/$(TARGET_SUBARCH)/$$i .; \ - done; \ - fi + for i in $(HEADERS_BITS_SUBARCH) ; do \ + $(LN) -fs ../../libc/sysdeps/linux/$(TARGET_ARCH)/bits/$(TARGET_SUBARCH)/$$i .; \ + done $(Q)\ cd include/sys; \ set -e; \ -- cgit v1.2.3