From 9c8588f208f2dc69d9f5ce369a9b9e969ba1f837 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 30 Aug 2014 13:40:45 -0700 Subject: Makefile: Fixed install target to use copy, register. This way the last configuration is used. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 82e78b7c6..5e6876248 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,8 @@ bench: cabal bench install: full - cabal install + cabal copy + cabal register sdist: man # note: cabal sdist doesn't work well with preprocessors for some cabal versions -- cgit v1.2.3