summaryrefslogtreecommitdiff
path: root/tools/cpio
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-08 19:56:21 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-08 19:56:21 +0100
commit18aa85857ca8fa9d75d41c36665a1cb7e8bbda5c (patch)
treea125dee1ba0256ccdb5a7e440e7ee97dbcf67671 /tools/cpio
parent422beddb9dcf0a67afe92e70f3afef6baed6a4b0 (diff)
variable name cleanup
Diffstat (limited to 'tools/cpio')
-rw-r--r--tools/cpio/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/cpio/Makefile b/tools/cpio/Makefile
index bbf138918..a012c43a5 100644
--- a/tools/cpio/Makefile
+++ b/tools/cpio/Makefile
@@ -27,9 +27,9 @@ SRCS+= \
src/nonpax.c \
src/cpio.c
-${TOPDIR}/bin/tools/cpio: ${SRCS}
+${TOOLS_DIR}/cpio: ${SRCS}
${HOSTCC} ${HOSTCFLAGS} -D_GNU_SOURCE -Isrc -o $@ $^
-install: ${TOPDIR}/bin/tools/cpio
+install: ${TOOLS_DIR}/cpio
include $(TOPDIR)/mk/tools.mk