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:
parent
cf71c742d6
commit
f7956a0f44
1 changed files with 1 additions and 2 deletions
3
erlang.mk
vendored
3
erlang.mk
vendored
|
@ -17,7 +17,7 @@
|
||||||
ERLANG_MK_FILENAME := $(realpath $(lastword $(MAKEFILE_LIST)))
|
ERLANG_MK_FILENAME := $(realpath $(lastword $(MAKEFILE_LIST)))
|
||||||
export ERLANG_MK_FILENAME
|
export ERLANG_MK_FILENAME
|
||||||
|
|
||||||
ERLANG_MK_VERSION = bb811a8
|
ERLANG_MK_VERSION = 61f58ff
|
||||||
ERLANG_MK_WITHOUT =
|
ERLANG_MK_WITHOUT =
|
||||||
|
|
||||||
# Make 3.81 and 3.82 are deprecated.
|
# Make 3.81 and 3.82 are deprecated.
|
||||||
|
@ -4665,7 +4665,6 @@ define makedep.erl
|
||||||
end,
|
end,
|
||||||
MakeDepend = fun
|
MakeDepend = fun
|
||||||
(F, Fd, Mod, StartLocation) ->
|
(F, Fd, Mod, StartLocation) ->
|
||||||
{ok, Filename} = file:pid2name(Fd),
|
|
||||||
case io:parse_erl_form(Fd, undefined, StartLocation) of
|
case io:parse_erl_form(Fd, undefined, StartLocation) of
|
||||||
{ok, AbsData, EndLocation} ->
|
{ok, AbsData, EndLocation} ->
|
||||||
case AbsData of
|
case AbsData of
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue