diff options
author | Phil Sutter <phil@nwl.cc> | 2010-02-24 01:05:46 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-24 19:19:34 +0100 |
commit | 65e5e3f6209a4d72be094393ff2d7df871e36184 (patch) | |
tree | 65874d511eb3d83d1d4a76fcb30b77a2100650e7 /toolchain/glibc | |
parent | b96814ed6f6bbc7ec650c513f2b27f8b1dcb8ac7 (diff) |
toolchain: trailing whitespaces cleanup (just cosmetics!)
Diffstat (limited to 'toolchain/glibc')
-rw-r--r-- | toolchain/glibc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/glibc/Makefile b/toolchain/glibc/Makefile index a45fe6fb6..51059709e 100644 --- a/toolchain/glibc/Makefile +++ b/toolchain/glibc/Makefile @@ -69,7 +69,7 @@ $(WRKBUILD)/.headers: $(WRKBUILD)/.headers_configure touch $(TOOLCHAIN_SYSROOT)/usr/include/gnu/stubs.h touch $@ -$(WRKBUILD)/.configured: +$(WRKBUILD)/.configured: mkdir -p $(GLIBC_BUILD_DIR_FINAL) (cd $(GLIBC_BUILD_DIR_FINAL); \ ${GLIBC_ENV} \ |