From 0524a24c3691ba0e7a430a91ef40056b61e12a9b Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Thu, 9 Aug 2012 22:31:47 +0200 Subject: [PATCH] Makefile: Small formatting fix. --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 0606f58ef..00eed0c63 100644 --- a/Makefile +++ b/Makefile @@ -68,11 +68,11 @@ helpall:: help helpall:: $(info make config - check main configuration) helpall:: - $(info make config-test - check test configuration) - $(info make config-exe - check executables configuration) - $(info make config-cmd - check command configuration) - $(info make config-all - check all configuration) - $(info make config-eol - check all configuration, mark end-of-line) + $(info make config-test - check test configuration) + $(info make config-exe - check executables configuration) + $(info make config-cmd - check command configuration) + $(info make config-all - check all configuration) + $(info make config-eol - check all configuration, mark end-of-line) $(info ) $(info Documentation) $(info =============) -- 2.11.4.GIT