tools: fix non-portable syntax

This commit is contained in:
Simon Michael 2010-07-17 23:14:36 +00:00
parent 68eef5f810
commit 28620d5041

View File

@ -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