]> git.saurik.com Git - apple/xnu.git/blobdiff - pexpert/conf/Makefile.template
xnu-3247.1.106.tar.gz
[apple/xnu.git] / pexpert / conf / Makefile.template
index 60c3c87b44740e2fabe195d417d6dde5601c1f16..ffcbdbe1d8b377f82c6efa302cd0f23842747dfb 100644 (file)
@@ -66,9 +66,9 @@ $(SOBJS): .SFLAGS
 
 $(COMPONENT).filelist: $(OBJS)
        @echo LDFILELIST $(COMPONENT)
-       $(_v)( for obj in ${OBJS}; do   \
+       $(_v)for obj in ${OBJS}; do     \
                 echo $(TARGET)/$(CURRENT_KERNEL_CONFIG)/$${obj}; \
-       done; ) > $(COMPONENT).filelist
+       done > $(COMPONENT).filelist
 
 do_all: $(COMPONENT).filelist