aboutsummaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-05-12 22:23:15 +0000
committerMike Frysinger <vapier@gentoo.org>2005-05-12 22:23:15 +0000
commita84a512700eae9606d3c1f657381ce9b6446677a (patch)
treeb59c061f7ca8e5ce6d4195b9c22efd2dd875a28b /coreutils
parent5b300dd3a934ff87a7808f014ebb22778caed024 (diff)
downloadbusybox-a84a512700eae9606d3c1f657381ce9b6446677a.tar.gz
add missing comm.o rule
Diffstat (limited to 'coreutils')
-rw-r--r--coreutils/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/Makefile.in b/coreutils/Makefile.in
index 7c5b498c1..dd6d2faa8 100644
--- a/coreutils/Makefile.in
+++ b/coreutils/Makefile.in
@@ -32,6 +32,7 @@ COREUTILS-$(CONFIG_CHMOD) += chmod.o
COREUTILS-$(CONFIG_CHOWN) += chown.o
COREUTILS-$(CONFIG_CHROOT) += chroot.o
COREUTILS-$(CONFIG_CMP) += cmp.o
+COREUTILS-$(CONFIG_COMM) += comm.o
COREUTILS-$(CONFIG_CP) += cp.o
COREUTILS-$(CONFIG_CUT) += cut.o
COREUTILS-$(CONFIG_DATE) += date.o