summaryrefslogtreecommitdiffstats
path: root/Makerules
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2005-12-01 03:08:57 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2005-12-01 03:08:57 +0000
commit4d17e7e7c5dec2d055cf96b9c4a5fa457fdef772 (patch)
tree4e10e6338d55fe67bfcbc5a971a1dab14481f94f /Makerules
parent0600b878cde4e363436e51833393463e715e2f04 (diff)
downloaduClibc-alpine-4d17e7e7c5dec2d055cf96b9c4a5fa457fdef772.tar.bz2
uClibc-alpine-4d17e7e7c5dec2d055cf96b9c4a5fa457fdef772.tar.xz
Mini-merge from trunk. Not as fun as a Mini Cooper, but oh well.
Diffstat (limited to 'Makerules')
-rw-r--r--Makerules6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makerules b/Makerules
index 91cae1ea6..bf570a900 100644
--- a/Makerules
+++ b/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