diff options
| author | Joey Hess <joey@kitenet.net> | 2014-11-21 23:26:13 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-11-21 23:26:13 -0400 |
| commit | 40bfcacf4e4f019153c1679cd3955cb3bb2f047f (patch) | |
| tree | bbb75d71a0c0a12adfeba1cd80223738ffeb5c08 /Makefile | |
| parent | d8c632d7a567eb0fecec094acf66913ac2ff78d7 (diff) | |
more quiet
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
