diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-06 12:31:39 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-06 12:31:39 +0200 |
commit | da28ccc6f848695609d32090142f1b4af0e27b17 (patch) | |
tree | c562fe90cce0de3806af7eb950a24b56cd5bcf22 /package/busybox | |
parent | bca6ef2825babceb9fcef2b160cc1f2674485f55 (diff) |
massive whitespace cleanup (EOL), suggested by j.seitter
Diffstat (limited to 'package/busybox')
-rw-r--r-- | package/busybox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 367bb2cae..201d7cd7f 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -43,7 +43,7 @@ ${TOPDIR}/.busyboxcfg: ${TOPDIR}/.config ${WRKBUILD}/.config: ${TOPDIR}/.busyboxcfg cp $(TOPDIR)/.busyboxcfg ${WRKBUILD}/.config $(SED) 's;@IDIR@;${WRKINST};' ${WRKBUILD}/.config - + do-configure: ${WRKBUILD}/.config ifeq ($(ADK_NATIVE),y) yes '' | \ |