summaryrefslogtreecommitdiff
path: root/apps/examples/thttpd
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-11 16:24:40 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-11 16:24:40 +0000
commita2206fb0a88bed573ef2a7ea379fce5b9c8b00be (patch)
treec1bcb11e95386a92fe51eb6b0e96d6f4a025ca36 /apps/examples/thttpd
parentfb10e5e13cdebe6fd2f49cf6d593ce3140ef27ff (diff)
downloadnuttx-a2206fb0a88bed573ef2a7ea379fce5b9c8b00be.tar.gz
nuttx-a2206fb0a88bed573ef2a7ea379fce5b9c8b00be.tar.bz2
nuttx-a2206fb0a88bed573ef2a7ea379fce5b9c8b00be.zip
Partial change: Removing bash ARCHIVE loop
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5336 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/thttpd')
-rw-r--r--apps/examples/thttpd/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/apps/examples/thttpd/Makefile b/apps/examples/thttpd/Makefile
index 897f15b33..cfdd45a67 100644
--- a/apps/examples/thttpd/Makefile
+++ b/apps/examples/thttpd/Makefile
@@ -1,7 +1,7 @@
############################################################################
# apps/examples/thttpd/Makefile
#
-# Copyright (C) 2009-2011 Gregory Nutt. All rights reserved.
+# Copyright (C) 2009-2012 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
@@ -73,9 +73,7 @@ headers:
@$(MAKE) -C content TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)" CROSSDEV=$(CROSSDEV)
.built: headers $(OBJS)
- @( for obj in $(OBJS) ; do \
- $(call ARCHIVE, $(BIN), $${obj}); \
- done ; )
+ $(call ARCHIVE, $@, "$(OBJS)")
@touch .built
context: