Explorar el Código

base-files: fix stale space in eglibc library install section (#9270)

SVN-Revision: 26720
Jo-Philipp Wich hace 14 años
padre
commit
144bee2090
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      package/base-files/Makefile

+ 1 - 1
package/base-files/Makefile

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