From e50d8921980602c5569b31dd9d12a24b43a196e8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 23 Jan 2024 06:54:13 +0100 Subject: Merging upstream version 1.13~rc1. Signed-off-by: Daniel Baumann --- Makefile.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index fbd7102..b8984fd 100644 --- a/Makefile.in +++ b/Makefile.in @@ -66,6 +66,10 @@ zgrep.o : zgrep.cc %.o : %.cc $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c -o $@ $< +# prevent 'make' from trying to remake source files +$(VPATH)/configure $(VPATH)/Makefile.in $(VPATH)/doc/$(pkgname).texi : ; +%.h %.cc : ; + $(objs) : Makefile $(scripts) : Makefile arg_parser.o : arg_parser.h @@ -78,7 +82,6 @@ ztest.o : arg_parser.h rc.h zutils.h recursive.cc zupdate.o : arg_parser.h rc.h recursive.cc zutils.o : rc.h zutils.h - doc : info man info : $(VPATH)/doc/$(pkgname).info @@ -106,7 +109,7 @@ $(VPATH)/doc/zgrep.1 : zgrep -o $@ --info-page=$(pkgname) ./zgrep $(VPATH)/doc/ztest.1 : ztest - help2man -n 'verify the integrity of compressed files' \ + help2man -n 'check the integrity of compressed files' \ -o $@ --info-page=$(pkgname) ./ztest $(VPATH)/doc/zupdate.1 : zupdate -- cgit v1.2.3