Commit 4ddf9bcfbefa45724a44f761bd98ee62bc35ac95

Authored by Perry Werneck
1 parent dd6a391d
Exists in master

Corrigindo Makefile.

Showing 2 changed files with 3 additions and 2 deletions   Show diff stats
.gitignore
... ... @@ -10,4 +10,5 @@ configure
10 10 *.depend
11 11 stamp-h1
12 12 Makefile
  13 +*.zip
13 14  
... ...
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  
... ...