From 87a770d4123c1323068a5b3f01c805e715ea3024 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 8 Nov 2015 05:19:36 +0100 Subject: Adding upstream version 0.9~rc2. Signed-off-by: Daniel Baumann --- Makefile.in | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 2fc8ccb..cb987ca 100644 --- a/Makefile.in +++ b/Makefile.in @@ -26,7 +26,7 @@ $(progname)_profiled : $(objs) $(CXX) $(LDFLAGS) -pg -o $@ $(objs) zcat : zcat.in - cat $(VPATH)/zcat.in > zcat + cat $(VPATH)/zcat.in > $@ chmod a+x zcat zcmp : $(zcmp_objs) @@ -36,19 +36,19 @@ zdiff : $(zdiff_objs) $(CXX) $(LDFLAGS) -o $@ $(zdiff_objs) zegrep : zegrep.in - cat $(VPATH)/zegrep.in > zegrep + cat $(VPATH)/zegrep.in > $@ chmod a+x zegrep zfgrep : zfgrep.in - cat $(VPATH)/zfgrep.in > zfgrep + cat $(VPATH)/zfgrep.in > $@ chmod a+x zfgrep zgrep : zgrep.in - cat $(VPATH)/zgrep.in > zgrep + cat $(VPATH)/zgrep.in > $@ chmod a+x zgrep ztest : ztest.in - cat $(VPATH)/ztest.in > ztest + cat $(VPATH)/ztest.in > $@ chmod a+x ztest main.o : main.cc @@ -175,6 +175,7 @@ dist : doc $(DISTNAME)/doc/$(pkgname).texinfo \ $(DISTNAME)/testsuite/check.sh \ $(DISTNAME)/testsuite/test.txt \ + $(DISTNAME)/testsuite/test.txt.tar \ $(DISTNAME)/*.h \ $(DISTNAME)/*.cc \ $(DISTNAME)/z*.in -- cgit v1.2.3