From: Denis Ovsienko Date: Tue, 2 Apr 2024 10:03:54 +0000 (+0100) Subject: Fixup the previous commit. X-Git-Tag: tcpslice-1.8~10 X-Git-Url: https://git.tcpdump.org/tcpslice/commitdiff_plain/962bc37bf01cf64a6a1a7ebeaa0751f26055797d Fixup the previous commit. --- diff --git a/Makefile.in b/Makefile.in index 29a64ef..8ba6c74 100644 --- a/Makefile.in +++ b/Makefile.in @@ -218,7 +218,7 @@ releasecheck: releasetar echo "[$@] $$ touch .devel" && \ touch .devel && \ echo "[$@] $$ ./configure --enable-instrument-functions --quiet --prefix=$$INSTALL_DIR" && \ - ./configure --quiet --prefix="$$INSTALL_DIR" && \ + ./configure --enable-instrument-functions --quiet --prefix="$$INSTALL_DIR" && \ echo '[$@] $$ make -s' && \ make -s && \ echo '[$@] $$ make -s install' && \