From: Pavel Charvat Date: Tue, 14 Jan 2014 16:06:42 +0000 (+0100) Subject: Packages: Fixed installation of obsolete ucw-daemon-helper. X-Git-Tag: v5.99~32 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=dccd8baf525eff30d16bf347cdef95a148d853d7;p=libucw.git Packages: Fixed installation of obsolete ucw-daemon-helper. --- 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)