Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2005-10-13 14:24:44 +0400
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2005-10-13 14:24:44 +0400
commitbb66a6c94ed7cf195a50478fa8415cbed54b3566 (patch)
treec472553b515fba80a18e2b5a755ec36fdbbf7872 /sysklogd
parent309dc2d642ce8832462f906a7fff3c4805327cc8 (diff)
- initialize the correct variables
Diffstat (limited to 'sysklogd')
-rw-r--r--sysklogd/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysklogd/Makefile.in b/sysklogd/Makefile.in
index f26f4a115..e6d47f6b5 100644
--- a/sysklogd/Makefile.in
+++ b/sysklogd/Makefile.in
@@ -10,7 +10,7 @@ SYSKLOGD_DIR:=$(top_builddir)/sysklogd/
endif
srcdir=$(top_srcdir)/sysklogd
-SYSKLOGD-:=
+SYSKLOGD-y:=
SYSKLOGD-$(CONFIG_KLOGD) += klogd.o
SYSKLOGD-$(CONFIG_LOGGER) += logger.o
SYSKLOGD-$(CONFIG_LOGREAD) += logread.o