From: Francois-Xavier Le Bail Date: Sat, 13 Mar 2021 15:58:10 +0000 (+0100) Subject: Fix "make clean" for out-of-tree autotools builds X-Git-Tag: tcpdump-4.99.1~50 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/f1e1f0444ddda56ffd4129106d60579626bd6e04 Fix "make clean" for out-of-tree autotools builds (cherry picked from commit 1239ef3d07d5d7748ccd3fae17820fdf105f1f9d) --- diff --git a/Makefile.in b/Makefile.in index ea1ef1d0..667b217c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -436,7 +436,7 @@ lint: grep -v 'possible pointer alignment problem' clean: - rm -f $(CLEANFILES) $(PROG)-`cat VERSION`.tar.gz + rm -f $(CLEANFILES) $(PROG)-`cat ${srcdir}/VERSION`.tar.gz distclean: rm -f $(CLEANFILES) Makefile config.cache config.log config.status \