From f341eb3780d1e04a97e352f7d959e7a8d6a1c79d Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Sat, 17 May 2014 11:40:05 -0700 Subject: Makefile: fix whitespace Signed-off-by: Timothy Gu --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 24539e7..49302c7 100644 --- a/Makefile +++ b/Makefile @@ -206,9 +206,9 @@ $(PREFIX)/installed/check-requirements: $(MAKEFILE) $(call CHECK_REQUIREMENT_VERSION,automake,1\.11\.[3-9]\|1\.[1-9][2-9]\(\.[0-9]\+\)\?) @if [ -e check-requirements-failed ]; then \ echo; \ - echo 'Please have a look at "index.html" to ensure'; \ - echo 'that your system meets all requirements.'; \ - echo; \ + echo 'Please have a look at "index.html" to ensure'; \ + echo 'that your system meets all requirements.'; \ + echo; \ rm check-requirements-failed; \ exit 1; \ fi -- cgit v0.12