Commit 4447dc66fb9d476f5e913916014de5d277459839

Authored by Perry Werneck
1 parent 9858e82f

Melhorando criação do .zip com a biblioteca windows

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/classlib/Makefile.in
... ... @@ -101,9 +101,9 @@ install: \
101 101 @$(INSTALL_DATA) $(BINRLS)/$(LIBNAME) $(DESTDIR)$(libdir)
102 102  
103 103 zip: \
104   - lib$(PACKAGE)cpp-@PACKAGE_VERSION@.@PACKAGE_REVISION@.@host_cpu@.zip
  104 + lib$(PACKAGE)cpp-@PACKAGE_VERSION@.@PACKAGE_REVISION@.@host@.zip
105 105  
106   -lib$(PACKAGE)cpp-@PACKAGE_VERSION@.@PACKAGE_REVISION@.@host_cpu@.zip: \
  106 +lib$(PACKAGE)cpp-@PACKAGE_VERSION@.@PACKAGE_REVISION@.@host@.zip: \
107 107 $(BINRLS)/$(LIBNAME)
108 108  
109 109 @rm -f $@
... ...