From 28620d5041f04a86b3157d84d7e695bb5a8ace95 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 17 Jul 2010 23:14:36 +0000 Subject: [PATCH] tools: fix non-portable syntax --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ad8d038aa..e1be7d667 100644 --- a/Makefile +++ b/Makefile @@ -105,7 +105,7 @@ hledgeropt: setversion # build a deployable binary for gnu/linux, statically linked hledgerlinux: setversion ghc --make hledger.hs -o bin/$(BINARYFILENAME) $(BUILDFLAGS) -O2 -static -optl-static -optl-pthread - @echo Please check the build looks portable (static): + @echo 'Please check the build looks portable (statically linked):' -file bin/$(BINARYFILENAME) # build a deployable binary for mac, using only standard osx libs