aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-03-19 16:05:49 +0100
committerLoïc Hoguin <[email protected]>2020-03-19 16:05:49 +0100
commitf4a4020843574834719017ddd48b61e567eb37cb (patch)
treeec6a9d7c9e93b75a4414deb4c376f9a1ab8ac185 /Makefile
parente37af7ac0caffc661def1593c55b212cc2f05d3e (diff)
downloadgun-f4a4020843574834719017ddd48b61e567eb37cb.tar.gz
gun-f4a4020843574834719017ddd48b61e567eb37cb.tar.bz2
gun-f4a4020843574834719017ddd48b61e567eb37cb.zip
Fix gun_public_suffix compile problem
There's no need to have idna listed in ALL_DEPS_DIR we only use it for "make gen" which does not require it.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 76e77ba..94b38f6 100644
--- a/Makefile
+++ b/Makefile
@@ -78,7 +78,6 @@ GEN_OUT = src/gun_public_suffix.erl
# We use idna for punycode encoding when generating the module.
dep_idna = git https://github.com/benoitc/erlang-idna 6.0.0
-ALL_DEPS_DIRS += $(DEPS_DIR)/idna
$(eval $(call dep_target,idna))
# 33 is $!