From d9d1811f8922f0509d922943efb3c487ace3de9f Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Fri, 24 Nov 2023 01:52:52 +0100 Subject: configure: Fix typo slweb was renamed to libweb some time ago: commit 28ae865e5ecad9b398ac21fa148fc4b93c987226 Author: Xavier Del Campo Romero Date: Tue Oct 10 23:43:47 2023 +0200 Apply slweb renaming to libweb --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 886360f..7a674f6 100755 --- a/configure +++ b/configure @@ -130,7 +130,7 @@ fi if [ $in_tree_libweb -ne 0 ] then cat <<"EOF" >> $F -LIBWEB = libweb/libslweb.a +LIBWEB = libweb/libweb.a $(PROJECT): $(LIBWEB) $(LIBWEB): FORCE +cd libweb && $(MAKE) CC=$(CC) -- cgit v1.2.3