summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-11-13 05:12:56 +0000
committerMike Frysinger <vapier@gentoo.org>2005-11-13 05:12:56 +0000
commit07fa31fd2bb8f84276cea2c0636b8d34a3a4772a (patch)
tree70bdd841afaf5641417cbb5dccc9adfc3a889fec /Makefile.in
parent38545a368ca50c8c24e5adae349bcbcae2065132 (diff)
quiet the make -C
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index a0c734c4e..aa4a76015 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -130,11 +130,11 @@ endif
pre_subdirs: $(patsubst %, _pre_dir_%, $(PRE_DIRS))
$(patsubst %, _pre_dir_%, $(PRE_DIRS)): pregen
- $(MAKE) -C $(patsubst _pre_dir_%, %, $@)
+ @$(MAKE) -C $(patsubst _pre_dir_%, %, $@)
subdirs: $(patsubst %, _dir_%, $(DIRS))
$(patsubst %, _dir_%, $(DIRS)): pre_subdirs
- $(MAKE) -C $(patsubst _dir_%, %, $@)
+ @$(MAKE) -C $(patsubst _dir_%, %, $@)
install: install_runtime install_dev finished2