Skip to content

Commit fac8821

Browse files
committed
Update Erlang.mk
1 parent 0e2bd04 commit fac8821

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

erlang.mk

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
ERLANG_MK_FILENAME := $(realpath $(lastword $(MAKEFILE_LIST)))
1818

19-
ERLANG_MK_VERSION = 2016.11.03-10-g0b1932e-dirty
19+
ERLANG_MK_VERSION = 2016.12.08-2-g1361da6
2020

2121
# Make 3.81 and 3.82 are deprecated.
2222

@@ -4862,7 +4862,7 @@ endif
48624862

48634863
ifeq ($(wildcard src/$(PROJECT_MOD).erl),)
48644864
define app_file
4865-
{application, $(PROJECT), [
4865+
{application, '$(PROJECT)', [
48664866
{description, "$(PROJECT_DESCRIPTION)"},
48674867
{vsn, "$(PROJECT_VERSION)"},$(if $(IS_DEP),
48684868
{id$(comma)$(space)"$(1)"}$(comma))
@@ -4874,7 +4874,7 @@ define app_file
48744874
endef
48754875
else
48764876
define app_file
4877-
{application, $(PROJECT), [
4877+
{application, '$(PROJECT)', [
48784878
{description, "$(PROJECT_DESCRIPTION)"},
48794879
{vsn, "$(PROJECT_VERSION)"},$(if $(IS_DEP),
48804880
{id$(comma)$(space)"$(1)"}$(comma))
@@ -6309,7 +6309,7 @@ escript:: escript-zip
63096309
$(verbose) chmod +x $(ESCRIPT_FILE)
63106310

63116311
distclean-escript:
6312-
$(gen_verbose) rm -f $(ESCRIPT_NAME)
6312+
$(gen_verbose) rm -f $(ESCRIPT_FILE)
63136313

63146314
# Copyright (c) 2015-2016, Loïc Hoguin <[email protected]>
63156315
# Copyright (c) 2014, Enrique Fernandez <[email protected]>

0 commit comments

Comments
 (0)