From 4447dc66fb9d476f5e913916014de5d277459839 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Mon, 5 Dec 2016 09:07:28 -0200 Subject: [PATCH] Melhorando criação do .zip com a biblioteca windows --- src/classlib/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/classlib/Makefile.in b/src/classlib/Makefile.in index a8c09c9..b49eb1e 100644 --- a/src/classlib/Makefile.in +++ b/src/classlib/Makefile.in @@ -101,9 +101,9 @@ install: \ @$(INSTALL_DATA) $(BINRLS)/$(LIBNAME) $(DESTDIR)$(libdir) zip: \ - lib$(PACKAGE)cpp-@PACKAGE_VERSION@.@PACKAGE_REVISION@.@host_cpu@.zip + lib$(PACKAGE)cpp-@PACKAGE_VERSION@.@PACKAGE_REVISION@.@host@.zip -lib$(PACKAGE)cpp-@PACKAGE_VERSION@.@PACKAGE_REVISION@.@host_cpu@.zip: \ +lib$(PACKAGE)cpp-@PACKAGE_VERSION@.@PACKAGE_REVISION@.@host@.zip: \ $(BINRLS)/$(LIBNAME) @rm -f $@ -- libgit2 0.21.2