base-files: fix stale space in eglibc library install section (#9270)
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 19 Apr 2011 13:18:39 +0000 (13:18 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 19 Apr 2011 13:18:39 +0000 (13:18 +0000)
SVN-Revision: 26720

package/base-files/Makefile

index e56774f1e34f3540ed1229d97f06459496ece910..95ab5a7c17f290a8c27981ef35ab7ca62d63213c 100644 (file)
@@ -491,7 +491,7 @@ ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),)
                        if [ -e "$$$$file" ]; then \
                                $(CP) $$$$file $(1)/lib/; \
                        fi; \
-               done; \ 
+               done; \
        done
   endef