]> mj.ucw.cz Git - libucw.git/commitdiff
Packages: Fixed installation of obsolete ucw-daemon-helper.
authorPavel Charvat <pchar@ucw.cz>
Tue, 14 Jan 2014 16:06:42 +0000 (17:06 +0100)
committerPavel Charvat <pchar@ucw.cz>
Tue, 14 Jan 2014 16:06:42 +0000 (17:06 +0100)
ucw/utils/Makefile

index 7cd77c026d6f09da0bd32d31115e8bbf34f38115..dda7be75baf8c2036b655561bc56d64012fad6ee 100644 (file)
@@ -1,13 +1,14 @@
 # Makefile for the UCW utilities (c) 2008 Michal Vaner <vorner@ucw.cz>
 
 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)