summaryrefslogtreecommitdiffstats
path: root/dotfiles.mk
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-01-04 00:06:15 +0100
committerGravatar Tom Willemsen2013-01-04 00:06:15 +0100
commit12fbc83cc7637548bcefaed1d0b7aea81064c67f (patch)
tree7cf66d3804a87e9154479d6d00f72d17002a14bf /dotfiles.mk
parentef288f8ad6c5fe22161fd55d69792e5d0f340b01 (diff)
parent1be69078ad8c1af62de79b80345a72d2b8490b04 (diff)
downloaddotfiles-12fbc83cc7637548bcefaed1d0b7aea81064c67f.tar.gz
dotfiles-12fbc83cc7637548bcefaed1d0b7aea81064c67f.zip
Merge remote-tracking branch 'origin/master' into phoenix
Conflicts: .emacs.d/init.el
Diffstat (limited to 'dotfiles.mk')
-rw-r--r--dotfiles.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/dotfiles.mk b/dotfiles.mk
index 82d1c31..77afcee 100644
--- a/dotfiles.mk
+++ b/dotfiles.mk
@@ -38,8 +38,7 @@ $(modules): %:
$(install-objects): install-%: %
$(if $(call newer,$*), \
- install -pDm $(MODE) "$*" "$(DESTDIR)/$*", \
- @echo -e "$(FG_YEL)$*$(CLR_RE) is $(FG_RED)not newer$(CLR_RE)")
+ install -pDm $(MODE) "$*" "$(DESTDIR)/$*")
$(install-modules): install-%:
@$(MAKE) -C $* install