diff options
author | Mike Frysinger | 2005-05-12 22:23:15 +0000 |
---|---|---|
committer | Mike Frysinger | 2005-05-12 22:23:15 +0000 |
commit | a84a512700eae9606d3c1f657381ce9b6446677a (patch) | |
tree | b59c061f7ca8e5ce6d4195b9c22efd2dd875a28b /coreutils | |
parent | 5b300dd3a934ff87a7808f014ebb22778caed024 (diff) | |
download | busybox-a84a512700eae9606d3c1f657381ce9b6446677a.zip busybox-a84a512700eae9606d3c1f657381ce9b6446677a.tar.gz |
add missing comm.o rule
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/Makefile.in b/coreutils/Makefile.in index 7c5b498..dd6d2fa 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 |