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-w32-bb66a6c94ed7cf195a50478fa8415cbed54b3566.tar.gz
busybox-w32-bb66a6c94ed7cf195a50478fa8415cbed54b3566.tar.bz2
busybox-w32-bb66a6c94ed7cf195a50478fa8415cbed54b3566.zip
- 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/
10endif 10endif
11srcdir=$(top_srcdir)/util-linux 11srcdir=$(top_srcdir)/util-linux
12 12
13UTILLINUX-:= 13UTILLINUX-y:=
14UTILLINUX-$(CONFIG_DMESG) +=dmesg.o 14UTILLINUX-$(CONFIG_DMESG) +=dmesg.o
15UTILLINUX-$(CONFIG_FBSET) +=fbset.o 15UTILLINUX-$(CONFIG_FBSET) +=fbset.o
16UTILLINUX-$(CONFIG_FDFLUSH) +=fdflush.o 16UTILLINUX-$(CONFIG_FDFLUSH) +=fdflush.o