Skip to content
Snippets Groups Projects
Commit d6d8a516 authored by Yang Gao's avatar Yang Gao
Browse files

Merge pull request #171 from nicolasnoble/typos

Regenerating project files.
parents 31b62c0e be520182
Branches
Tags
No related merge requests found
......@@ -2210,7 +2210,11 @@ endif
libs/$(CONFIG)/libtips_client_lib.a: $(ZLIB_DEP) $(OPENSSL_DEP) $(LIBTIPS_CLIENT_LIB_OBJS)
$(E) "[AR] Creating $@"
$(Q) mkdir -p `dirname $@`
$(Q) rm -f libs/$(CONFIG)/libtips_client_lib.a
$(Q) $(AR) rcs libs/$(CONFIG)/libtips_client_lib.a $(LIBTIPS_CLIENT_LIB_OBJS)
ifeq ($(SYSTEM),Darwin)
$(Q) ranlib libs/$(CONFIG)/libtips_client_lib.a
endif
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment