From e208dbbeae7205739cb40fec91c45b7714d87264 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Wed, 7 Jun 2023 18:48:49 -0700 Subject: [PATCH] typo in bundle/Makefile --- bundle/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/Makefile b/bundle/Makefile index 58b7b27..ba40c0b 100644 --- a/bundle/Makefile +++ b/bundle/Makefile @@ -166,7 +166,7 @@ endif CONFIGUREFLAGS_SHARED_NO += --disable-shared --enable-static CONFIGUREFLAGS += $(CONFIGUREFLAGS_SHARED_$(SHARED_LIBRARIES)) -libevent.%: ../libevent/configuration +libevent.%: ../libevent/configure [ -f Makefile ] || ../libevent/configure --prefix=$(abspath $(LIBEVENT_$(T_A))) $(CONFIGUREFLAGS) $(MAKE) install