Commit 95896b8c68579ef8e62efa79f7a254c6f036d7ca
1 parent
2b2386cb
Exists in
master
and in
5 other branches
Melhorando nome do .zip gerado
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/java/Makefile.in
... | ... | @@ -149,9 +149,9 @@ Release: \ |
149 | 149 | $(BINDIR)/java/testprogram.class \ |
150 | 150 | $(BINRLS)/plugins/j3270@DLLEXT@ |
151 | 151 | |
152 | -zip: jni3270.zip | |
152 | +zip: jni3270-@host_cpu@.zip | |
153 | 153 | |
154 | -jni3270.zip: \ | |
154 | +jni3270-@host_cpu@.zip: \ | |
155 | 155 | $(BINRLS)@DLLDIR@/@DLLPREFIX@jni3270@DLLEXT@ \ |
156 | 156 | $(BINRLS)/plugins/j3270@DLLEXT@ \ |
157 | 157 | $(BINRLS)/$(PACKAGE_NAME).jar \ | ... | ... |