tools: fix a makefile typo

This commit is contained in:
Simon Michael 2015-03-30 13:36:44 -07:00
parent 53c1fd3d12
commit 567d322907

View File

@ -234,7 +234,7 @@ install: \
)
$(CABALINSTALL) $(patsubst %,./%,$(PACKAGES)) $(EXTRAINSTALLARGS) --enable-tests
x`install-force: \
install-force: \
$(call def-help,install-force,\
cabal install the main hledger packages and all their dependencies more forcibly\
(can break installed libs, requiring ghc-pkg-clean)\