0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

Update erlang.mk

This commit is contained in:
Loïc Hoguin 2024-03-14 12:59:05 +01:00
parent cf71c742d6
commit f7956a0f44
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764

3
erlang.mk vendored
View file

@ -17,7 +17,7 @@
ERLANG_MK_FILENAME := $(realpath $(lastword $(MAKEFILE_LIST)))
export ERLANG_MK_FILENAME
ERLANG_MK_VERSION = bb811a8
ERLANG_MK_VERSION = 61f58ff
ERLANG_MK_WITHOUT =
# Make 3.81 and 3.82 are deprecated.
@ -4665,7 +4665,6 @@ define makedep.erl
end,
MakeDepend = fun
(F, Fd, Mod, StartLocation) ->
{ok, Filename} = file:pid2name(Fd),
case io:parse_erl_form(Fd, undefined, StartLocation) of
{ok, AbsData, EndLocation} ->
case AbsData of