From aba16cdbf96b8fe3644ace34444799944cf8e558 Mon Sep 17 00:00:00 2001 From: Guido Draheim Date: Thu, 1 Mar 2018 23:47:03 +0100 Subject: [PATCH] use MKZIP when building test0.zip #20 --- test/Makefile.am | 4 ++-- test/Makefile.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/Makefile.am b/test/Makefile.am index ac29b64..8f96781 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -28,9 +28,9 @@ test0.zip: $(README) - test -d tmp || mkdir tmp - cp $(README) tmp/README - rm $@ - - cd tmp && zip ../test0.zip README + - cd tmp && $(MKZIP) ../test0.zip README - rm -r tmp - - test -s test0.zip && cp -v test0.zip $(srcdir)/test.zip + test -s test0.zip && cp -v test0.zip $(srcdir)/test.zip test.zip: $(README) - $(MAKE) test0.zip diff --git a/test/Makefile.in b/test/Makefile.in index af2c8f6..3e7594e 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -668,9 +668,9 @@ test0.zip: $(README) - test -d tmp || mkdir tmp - cp $(README) tmp/README - rm $@ - - cd tmp && zip ../test0.zip README + - cd tmp && $(MKZIP) ../test0.zip README - rm -r tmp - - test -s test0.zip && cp -v test0.zip $(srcdir)/test.zip + test -s test0.zip && cp -v test0.zip $(srcdir)/test.zip test.zip: $(README) - $(MAKE) test0.zip -- 2.40.0