]> mj.ucw.cz Git - libucw.git/commitdiff
Packages: Fixed static linking.
authorPavel Charvat <pchar@ucw.cz>
Tue, 7 Jan 2014 13:35:04 +0000 (14:35 +0100)
committerPavel Charvat <pchar@ucw.cz>
Tue, 7 Jan 2014 13:35:04 +0000 (14:35 +0100)
build/Makebottom

index d882b0a4568b02d7be940e5bac47abc83cd11ac4..898a8feb488a9d8c494e727efaabffb2afda6daa 100644 (file)
@@ -74,7 +74,7 @@ endif
 %.dylib: %.so
        cd $(dir $<) && ln -fs $(notdir $<) $(notdir $@)
 
-$(o)/%.pc: $(s)/%.pc $(o)/%.$(LS)
+$(o)/%.pc: $(s)/%.pc $(o)/%$(LV).$(LS)
        $(M)PC $<
        $(Q)DEPS="$(shell $(BUILDSYS)/lib-deps $^)" LIBDIR=$(@D) $(BUILDSYS)/genconf $< $@ $(o)/config.mk
        $(Q)mkdir -p $(o)/pkgconfig