From a2206fb0a88bed573ef2a7ea379fce5b9c8b00be Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 11 Nov 2012 16:24:40 +0000 Subject: Partial change: Removing bash ARCHIVE loop git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5336 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/cxxtest/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'apps/examples/cxxtest') diff --git a/apps/examples/cxxtest/Makefile b/apps/examples/cxxtest/Makefile index 803bffa73..ac70a34f9 100644 --- a/apps/examples/cxxtest/Makefile +++ b/apps/examples/cxxtest/Makefile @@ -1,7 +1,7 @@ ############################################################################ # apps/examples/cxxtest/Makefile # -# Copyright (C) 2009-2011 Gregory Nutt. All rights reserved. +# Copyright (C) 2009-2012 Gregory Nutt. All rights reserved. # Author: Gregory Nutt # # Redistribution and use in source and binary forms, with or without @@ -93,9 +93,7 @@ $(CXXOBJS): %$(OBJEXT): %.cxx $(call COMPILEXX, $<, $@) .built: chkcxx $(OBJS) - @( for obj in $(OBJS) ; do \ - $(call ARCHIVE, $(BIN), $${obj}); \ - done ; ) + $(call ARCHIVE, $@, "$(OBJS)") @touch .built .context: -- cgit v1.2.3