aboutsummaryrefslogtreecommitdiff
path: root/util-linux
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-03-24 09:48:18 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-03-24 09:48:18 +0000
commit7fc7bb7c2ef12dfb293a79eee75fb318d8428bec (patch)
tree16f84a9dede0b15731e24dfef0cb0d9066b51fa8 /util-linux
parent135bad0b300dca6a22f95a10ebb940c38ab2b9e3 (diff)
downloadbusybox-w32-7fc7bb7c2ef12dfb293a79eee75fb318d8428bec.tar.gz
busybox-w32-7fc7bb7c2ef12dfb293a79eee75fb318d8428bec.tar.bz2
busybox-w32-7fc7bb7c2ef12dfb293a79eee75fb318d8428bec.zip
- make sure that we see freeramdisk only once
git-svn-id: svn://busybox.net/trunk/busybox@14643 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'util-linux')
-rw-r--r--util-linux/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/util-linux/Makefile.in b/util-linux/Makefile.in
index 522ae2ffb..d1ab73e8c 100644
--- a/util-linux/Makefile.in
+++ b/util-linux/Makefile.in
@@ -38,6 +38,8 @@ UTILLINUX-$(CONFIG_SWAPONOFF) +=swaponoff.o
38UTILLINUX-$(CONFIG_SWITCH_ROOT) +=switch_root.o 38UTILLINUX-$(CONFIG_SWITCH_ROOT) +=switch_root.o
39UTILLINUX-$(CONFIG_UMOUNT) +=umount.o 39UTILLINUX-$(CONFIG_UMOUNT) +=umount.o
40 40
41UTILLINUX-y:=$(sort $(UTILLINUX-y))
42
41ifneq ($(strip $(UTILLINUX-y)),) 43ifneq ($(strip $(UTILLINUX-y)),)
42libraries-y+=$(UTILLINUX_DIR)$(UTILLINUX_AR) 44libraries-y+=$(UTILLINUX_DIR)$(UTILLINUX_AR)
43endif 45endif