From dccd8baf525eff30d16bf347cdef95a148d853d7 Mon Sep 17 00:00:00 2001 From: Pavel Charvat Date: Tue, 14 Jan 2014 17:06:42 +0100 Subject: [PATCH] Packages: Fixed installation of obsolete ucw-daemon-helper. --- ucw/utils/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ucw/utils/Makefile b/ucw/utils/Makefile index 7cd77c02..dda7be75 100644 --- a/ucw/utils/Makefile +++ b/ucw/utils/Makefile @@ -1,13 +1,14 @@ # Makefile for the UCW utilities (c) 2008 Michal Vaner UCW_UTILS=$(addprefix $(o)/ucw/utils/ucw-,basecode daemon-control rotate-log urltool) -PROGS+=$(UCW_UTILS) DIRS+=ucw/utils ifdef CONFIG_UCW_OBSOLETE_DAEMON_HELPER -PROGS+=$(o)/ucw/utils/ucw-daemon-helper +UCW_UTILS+=$(o)/ucw/utils/ucw-daemon-helper endif +PROGS+=$(UCW_UTILS) + $(o)/ucw/utils/ucw-basecode: $(o)/ucw/utils/ucw-basecode.o $(LIBUCW) $(o)/ucw/utils/ucw-daemon-helper: $(o)/ucw/utils/ucw-daemon-helper.o $(LIBUCW) $(o)/ucw/utils/ucw-daemon-control: $(o)/ucw/utils/ucw-daemon-control.o $(LIBUCW) -- 2.39.2