]> mj.ucw.cz Git - libucw.git/commitdiff
Packages: Fixed a typo in Makefile causing unnecessary dependencies.
authorPavel Charvat <pchar@ucw.cz>
Tue, 7 Jan 2014 13:46:08 +0000 (14:46 +0100)
committerPavel Charvat <pchar@ucw.cz>
Tue, 7 Jan 2014 13:46:08 +0000 (14:46 +0100)
ucw/Makefile

index 88b7064a01368b2bc12702f0f9d47fb10bf5c83d..60007a2263e8cb0db6dd78d42bd5931156373db9 100644 (file)
@@ -88,15 +88,15 @@ include $(s)/ucw/doc/Makefile
 LIBUCW_MOD_PATHS=$(addprefix $(o)/ucw/,$(LIBUCW_MODS))
 
 export LIBUCW_LIBS=
-#ifdef CONFIG_UCW_THREADS
+ifdef CONFIG_UCW_THREADS
 LIBUCW_LIBS+=-lpthread
-#endif
-#ifdef CONFIG_UCW_PCRE
+endif
+ifdef CONFIG_UCW_PCRE
 LIBUCW_LIBS+=-lpcre
-#endif
-#ifdef CONFIG_UCW_MONOTONIC_CLOCK
+endif
+ifdef CONFIG_UCW_MONOTONIC_CLOCK
 LIBUCW_LIBS+=-lrt
-#endif
+endif
 
 $(o)/ucw/libucw$(LV).a: $(addsuffix .o,$(LIBUCW_MOD_PATHS))
 $(o)/ucw/libucw$(LV)-pic.a: $(addsuffix .oo,$(LIBUCW_MOD_PATHS))