From 25ad52a67f6f705294db76741b89c5f4fc12af2e Mon Sep 17 00:00:00 2001 From: Dmitry Mikhirev Date: Tue, 2 Dec 2014 16:32:06 +0300 Subject: cosmetics --- Makefile | 6 +++--- tests.mk | 2 -- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 80f5452..68fbd32 100644 --- a/Makefile +++ b/Makefile @@ -11,10 +11,10 @@ pcre.so: pcre.c check: @if [ -n "`which $(GNUMAKE4)`" ] ; then \ - $(GNUMAKE4) -k -f tests.mk ; \ + $(GNUMAKE4) -k -f tests.mk ; \ else \ - echo 'you need GNU make 4.x to run tests' ; \ - return 1 ; \ + echo 'you need GNU make 4.x to run tests' ; \ + return 1 ; \ fi clean: diff --git a/tests.mk b/tests.mk index 46dd6bc..dcbaa58 100644 --- a/tests.mk +++ b/tests.mk @@ -57,8 +57,6 @@ test010 = -n "$(shell \ ### END OF TEST EXPRESSIONS ### -#$(info $(value test010)) - test%: @if [ $($@) ] ; then \ echo '$@ PASSED'; \ -- cgit v1.2.1