about summary refs log tree commit diff
path: root/mk
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-11-25T15·25+0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-11-25T15·25+0000
commit7ce0e05ad875657a0fec10e192454b837146e190 (patch)
tree72e58bc1ef06755fdfd701d77a61a1144a6b576f /mk
parent962551a071da87589a97a2f40d72b87d6e6ba9e2 (diff)
Rename Makefile.new -> Makefile
Diffstat (limited to 'mk')
-rw-r--r--mk/install.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/install.mk b/mk/install.mk
index d6e75d2bfb13..633c432a8cfc 100644
--- a/mk/install.mk
+++ b/mk/install.mk
@@ -48,7 +48,7 @@ define install-symlink =
   $$(eval $$(call create-dir,$$(dir $(2))))
 
   $(2): | $$(dir $(2))
-	ln -sfn $(1) $(2)
+	$(QUIET) ln -sfn $(1) $(2)
 
 endef