From 97a115593c453d20e482b79d93f858c250afec43 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 26 Sep 2011 12:40:42 -0400 Subject: build-targets.mk: Tweak for Windows compilation. Make on Windows doesn't seem to like @echo without a string. Give it an empty one to keep it happy. --- build-targets.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'build-targets.mk') diff --git a/build-targets.mk b/build-targets.mk index 207d324..fb8edc0 100644 --- a/build-targets.mk +++ b/build-targets.mk @@ -39,5 +39,4 @@ MSG_INFO: @echo " See 'make help' for all possible targets" @echo "" @echo "================================================================================" - @echo - + @echo "" -- cgit v1.2.3