aboutsummaryrefslogtreecommitdiff
path: root/util-linux
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-10-13 10:24:44 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-10-13 10:24:44 +0000
commite3be1757f591751707498b89ee40f29e2d389835 (patch)
treec472553b515fba80a18e2b5a755ec36fdbbf7872 /util-linux
parent45e43a061868edbd8ea36deb2014fff780795daa (diff)
downloadbusybox-w32-e3be1757f591751707498b89ee40f29e2d389835.tar.gz
busybox-w32-e3be1757f591751707498b89ee40f29e2d389835.tar.bz2
busybox-w32-e3be1757f591751707498b89ee40f29e2d389835.zip
- initialize the correct variables
git-svn-id: svn://busybox.net/trunk/busybox@11855 69ca8d6d-28ef-0310-b511-8ec308f3f277
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