Browse Source

dont display cd;make

Mike Frysinger 19 years ago
parent
commit
7ca2d77695
1 changed files with 3 additions and 3 deletions
  1. 3 3
      Makerules

+ 3 - 3
Makerules

@@ -142,13 +142,13 @@ $(interp): $(top_builddir)lib/interp.c
 	$(Q)$(STRIPTOOL) -x -R .note -R .comment $@
 
 $(ldso):
-	cd $(top_builddir); $(MAKE) lib/$(patsubst %.$(MAJOR_VERSION),%,$(notdir $@))
+	@cd $(top_builddir); $(MAKE) lib/$(patsubst %.$(MAJOR_VERSION),%,$(notdir $@))
 
 $(libc):
-	cd $(top_builddir); $(MAKE) lib/$(patsubst %.$(MAJOR_VERSION),%,$(notdir $@))
+	@cd $(top_builddir); $(MAKE) lib/$(patsubst %.$(MAJOR_VERSION),%,$(notdir $@))
 
 $(headers_dep):
-	cd $(top_builddir); $(MAKE) headers
+	@cd $(top_builddir); $(MAKE) headers
 
 #ifeq ($(HAVE_ELF),y)
 CRT=crt1