aboutsummaryrefslogtreecommitdiff
path: root/util-linux
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2005-10-13 10:24:44 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2005-10-13 10:24:44 +0000
commitbb66a6c94ed7cf195a50478fa8415cbed54b3566 (patch)
treec472553b515fba80a18e2b5a755ec36fdbbf7872 /util-linux
parent309dc2d642ce8832462f906a7fff3c4805327cc8 (diff)
downloadbusybox-bb66a6c94ed7cf195a50478fa8415cbed54b3566.tar.gz
- initialize the correct variables
Diffstat (limited to 'util-linux')
-rw-r--r--util-linux/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/Makefile.in b/util-linux/Makefile.in
index 3dd41bb15..69fdd1002 100644
--- a/util-linux/Makefile.in
+++ b/util-linux/Makefile.in
@@ -10,7 +10,7 @@ UTILLINUX_DIR:=$(top_builddir)/util-linux/
endif
srcdir=$(top_srcdir)/util-linux
-UTILLINUX-:=
+UTILLINUX-y:=
UTILLINUX-$(CONFIG_DMESG) +=dmesg.o
UTILLINUX-$(CONFIG_FBSET) +=fbset.o
UTILLINUX-$(CONFIG_FDFLUSH) +=fdflush.o