From d4aeea4c9ae2b6aa7ad5e2e0e0234ea7ce846eeb Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 30 Mar 2014 02:59:02 -0400 Subject: reconfigure --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 91cb3dc9..b5564ed5 100644 --- a/Makefile +++ b/Makefile @@ -5,12 +5,12 @@ pull: git pull build: deps dist/setup-config - cabal build + cabal build || (cabal configure; cabal build) $(MAKE) tags ln -sf dist/build/propellor/propellor deps: - if [ $$(whoami) = root ]; then apt-get install ghc cabal-install libghc-missingh-dev libghc-ansi-terminal-dev libghc-ifelse-dev libghc-unix-compat-dev libghc-hslogger-dev; fi + @if [ $$(whoami) = root ]; then apt-get install ghc cabal-install libghc-missingh-dev libghc-ansi-terminal-dev libghc-ifelse-dev libghc-unix-compat-dev libghc-hslogger-dev; fi dist/setup-config: propellor.cabal cabal configure -- cgit v1.2.3