about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <BOFH@YHBT.net>2023-06-05 10:12:39 +0000
committerEric Wong <bofh@yhbt.net>2023-06-05 10:38:46 +0000
commit96e404860c35860d30faf08bb16c2d5242f5697c (patch)
tree559995ad2367d195d50b77790f9089aa5b5e298e /GNUmakefile
parentd97e74049f4e989d3061234b1b9cd5f50e7acdd9 (diff)
downloadunicorn-96e404860c35860d30faf08bb16c2d5242f5697c.tar.gz
This was the final socat requirement for integration tests.
I think curl will remain an optional dependency for tests
since it's probably the most widely-installed HTTP client.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 5cca189..eab9082 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -125,7 +125,7 @@ $(T_sh): dep $(test_prereq) t/random_blob t/trash/.gitignore
 t/trash/.gitignore : | t/trash
         echo '*' >$@
 
-dependencies := socat curl
+dependencies := curl
 deps := $(addprefix t/.dep+,$(dependencies))
 $(deps): dep_bin = $(lastword $(subst +, ,$@))
 $(deps):