From 9fef51a61a338571166cbcfe755edf39c0f8b2dd Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Wed, 7 Jun 2023 21:12:17 -0700 Subject: [PATCH] another typo in bundle/Makefile --- bundle/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/Makefile b/bundle/Makefile index ba40c0baf..f59cd8e8c 100644 --- a/bundle/Makefile +++ b/bundle/Makefile @@ -170,7 +170,7 @@ libevent.%: ../libevent/configure [ -f Makefile ] || ../libevent/configure --prefix=$(abspath $(LIBEVENT_$(T_A))) $(CONFIGUREFLAGS) $(MAKE) install -../libevent/configuration: +../libevent/configure: (cd ../libevent && autoreconf -ivf) endif