aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-11-24 01:52:52 +0100
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-11-24 01:52:52 +0100
commitd9d1811f8922f0509d922943efb3c487ace3de9f (patch)
tree36ca513816ee1f712c39dd60b3bde776446a0e79
parent3062a63e14585dc30c34ec60ef6016d1b9d82721 (diff)
downloadslcl-d9d1811f8922f0509d922943efb3c487ace3de9f.tar.gz
configure: Fix typo
slweb was renamed to libweb some time ago: commit 28ae865e5ecad9b398ac21fa148fc4b93c987226 Author: Xavier Del Campo Romero <xavi.dcr@tutanota.com> Date: Tue Oct 10 23:43:47 2023 +0200 Apply slweb renaming to libweb
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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)