aboutsummaryrefslogtreecommitdiff
path: root/coreutils/Kbuild
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-04-22 00:08:27 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-04-22 00:08:27 +0000
commit5d89fbaa2e00a8a26e530306d76b78bf91d12ec8 (patch)
tree44d54f6dfbd0f6270fb0b1aba0195bc53db8bef4 /coreutils/Kbuild
parent9137341851f3ab89f5c6a54a6baff68f0f4a5e17 (diff)
downloadbusybox-w32-5d89fbaa2e00a8a26e530306d76b78bf91d12ec8.tar.gz
busybox-w32-5d89fbaa2e00a8a26e530306d76b78bf91d12ec8.tar.bz2
busybox-w32-5d89fbaa2e00a8a26e530306d76b78bf91d12ec8.zip
*: remove remaining instances of ".data" hack
Diffstat (limited to 'coreutils/Kbuild')
-rw-r--r--coreutils/Kbuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/coreutils/Kbuild b/coreutils/Kbuild
index 253eb6da8..cb4543912 100644
--- a/coreutils/Kbuild
+++ b/coreutils/Kbuild
@@ -71,10 +71,10 @@ lib-$(CONFIG_SYNC) += sync.o
71lib-$(CONFIG_TAC) += tac.o 71lib-$(CONFIG_TAC) += tac.o
72lib-$(CONFIG_TAIL) += tail.o 72lib-$(CONFIG_TAIL) += tail.o
73lib-$(CONFIG_TEE) += tee.o 73lib-$(CONFIG_TEE) += tee.o
74lib-$(CONFIG_TEST) += test.o 74lib-$(CONFIG_TEST) += test.o test_ptr_hack.o
75lib-$(CONFIG_ASH) += test.o # used by ash 75lib-$(CONFIG_ASH) += test.o test_ptr_hack.o # used by ash
76lib-$(CONFIG_HUSH) += test.o # used by hush 76lib-$(CONFIG_HUSH) += test.o test_ptr_hack.o # used by hush
77lib-$(CONFIG_MSH) += test.o # used by msh 77lib-$(CONFIG_MSH) += test.o test_ptr_hack.o # used by msh
78lib-$(CONFIG_TOUCH) += touch.o 78lib-$(CONFIG_TOUCH) += touch.o
79lib-$(CONFIG_TR) += tr.o 79lib-$(CONFIG_TR) += tr.o
80lib-$(CONFIG_TRUE) += true.o 80lib-$(CONFIG_TRUE) += true.o