summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2023-05-08 12:22:17 +0200
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2023-05-08 12:22:17 +0200
commitbabbc75c4c6b83b063fdab2a5f1534f0870d827a (patch)
treea870b9099a4cf7249236b099773d4351f7a95db6
parent5e6aead918140299fd5b12c74dd4c728732ab47d (diff)
downloadlibpcap-babbc75c4c6b83b063fdab2a5f1534f0870d827a.tar.gz
Revert "Makefile.in: Build libpcap before the testprogs in releasecheck target"
This reverts commit c7f7036094bf9c48fdfa803085857a35753e938f. This is a follow-up to 5e6aead918140299fd5b12c74dd4c728732ab47d.
-rw-r--r--Makefile.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index 480c97ed..e5176427 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -865,10 +865,8 @@ releasecheck: releasetar
touch .devel && \
echo "[$@] $$ ./configure --enable-remote --quiet --prefix=$$INSTALL_DIR" && \
./configure --enable-remote --quiet --prefix="$$INSTALL_DIR" && \
- echo '[$@] $$ $(MAKE) -s all' && \
- $(MAKE) -s all && \
- echo '[$@] $$ $(MAKE) -s testprogs' && \
- $(MAKE) -s testprogs && \
+ echo '[$@] $$ $(MAKE) -s all testprogs' && \
+ $(MAKE) -s all testprogs && \
echo '[$@] $$ $(MAKE) -s install' && \
$(MAKE) -s install && \
cd .. && \