diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-11-13 05:12:56 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-11-13 05:12:56 +0000 |
commit | 07fa31fd2bb8f84276cea2c0636b8d34a3a4772a (patch) | |
tree | 70bdd841afaf5641417cbb5dccc9adfc3a889fec /Makefile.in | |
parent | 38545a368ca50c8c24e5adae349bcbcae2065132 (diff) |
quiet the make -C
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
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 |