diff options
author | Denis Vlasenko | 2006-10-10 21:00:47 +0000 |
---|---|---|
committer | Denis Vlasenko | 2006-10-10 21:00:47 +0000 |
commit | cba9ef5523f09ecc3240f9f6efcdd0440c652c91 (patch) | |
tree | 79a2f859df1f6eef15defd02bd2f453735ed327e /e2fsprogs/e2p | |
parent | 1ac42bf66e2c181b886e89f9222cae65676c9e8a (diff) | |
download | busybox-cba9ef5523f09ecc3240f9f6efcdd0440c652c91.zip busybox-cba9ef5523f09ecc3240f9f6efcdd0440c652c91.tar.gz |
fixes from Vladimir Dronnikov <dronnikov@gmail.ru>
Diffstat (limited to 'e2fsprogs/e2p')
-rw-r--r-- | e2fsprogs/e2p/Kbuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/e2fsprogs/e2p/Kbuild b/e2fsprogs/e2p/Kbuild index 64e4621..c0ff824 100644 --- a/e2fsprogs/e2p/Kbuild +++ b/e2fsprogs/e2p/Kbuild @@ -5,9 +5,9 @@ # Licensed under the GPL v2, see the file LICENSE in this tarball. NEEDED-$(CONFIG_CHATTR) = y -NEEDED-$(LSATTR) = y -NEEDED-$(MKE2FS) = y -NEEDED-$(TUNE2FS) = y +NEEDED-$(CONFIG_LSATTR) = y +NEEDED-$(CONFIG_MKE2FS) = y +NEEDED-$(CONFIG_TUNE2FS) = y lib-y:= lib-$(NEEDED-y) += fgetsetflags.o fgetsetversion.o pf.o iod.o mntopts.o \ |