From 567d3229076299eb024be0e56c9fb3d79efcc6ea Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 30 Mar 2015 13:36:44 -0700 Subject: [PATCH] tools: fix a makefile typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5faf7b1c7..d710ba713 100644 --- a/Makefile +++ b/Makefile @@ -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)\