From bb2884d0309904ee1e8a908a27884c83bb12ce5a Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 8 Jan 2008 13:02:47 +0000 Subject: ZNeo compiler now works git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@525 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/mm/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nuttx/mm') diff --git a/nuttx/mm/Makefile b/nuttx/mm/Makefile index b3e5bfe76..001cdcda5 100644 --- a/nuttx/mm/Makefile +++ b/nuttx/mm/Makefile @@ -56,13 +56,13 @@ $(COBJS): %.o: %.c $(CC) -c $(CFLAGS) $< -o $@ $(BIN): $(OBJS) - ( for obj in $(OBJS) ; do \ + @( for obj in $(OBJS) ; do \ $(AR) $@ $${obj} || \ { echo "$(AR) $@ $obj FAILED!" ; exit 1 ; } ; \ done ; ) .depend: Makefile $(SRCS) - $(MKDEP) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep + @$(MKDEP) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep touch $@ depend: .depend -- cgit v1.2.3