Commit 4ddf9bcfbefa45724a44f761bd98ee62bc35ac95
1 parent
dd6a391d
Exists in
master
Corrigindo Makefile.
Showing
2 changed files
with
3 additions
and
2 deletions
Show diff stats
.gitignore
Makefile.in
... | ... | @@ -112,9 +112,9 @@ install: \ |
112 | 112 | @$(INSTALL_PROGRAM) $(BINRLS)/py3270@DLLEXT@ $(DESTDIR)/$(PYTHONLIBPATH)/py3270@DLLEXT@ |
113 | 113 | |
114 | 114 | zip: \ |
115 | - py3270-@PACKAGE_VERSION@.@PACKAGE_REVISION@.@host_cpu@.zip | |
115 | + py3270-@PACKAGE_VERSION@.@host_cpu@.zip | |
116 | 116 | |
117 | -py3270-@PACKAGE_VERSION@.@PACKAGE_REVISION@.@host_cpu@.zip: \ | |
117 | +py3270-@PACKAGE_VERSION@.@host_cpu@.zip: \ | |
118 | 118 | Makefile \ |
119 | 119 | $(BINRLS)/py3270@DLLEXT@ |
120 | 120 | ... | ... |