more quiet

This commit is contained in:
Joey Hess 2014-11-21 23:26:13 -04:00
parent d8c632d7a5
commit 40bfcacf4e
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ deps:
@if [ $$(whoami) = root ]; then apt-get --no-upgrade --no-install-recommends -y install libghc-async-dev || (cabal update; cabal install async); fi || true
dist/setup-config: propellor.cabal
if [ "$(CABAL)" = ./Setup ]; then ghc --make Setup; fi
$(CABAL) configure
@if [ "$(CABAL)" = ./Setup ]; then ghc --make Setup; fi
@$(CABAL) configure
install:
install -d $(DESTDIR)/usr/bin $(DESTDIR)/usr/src/propellor