aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-05-24 13:13:32 +0200
committerLoïc Hoguin <[email protected]>2018-05-24 13:13:32 +0200
commitc17e0b1b1ee92099b2d0ca0327fde58cf432345b (patch)
tree763847757fc9ff33eccfcbea241f697d361575fc
parent9868844f7f4d7c4fca164be610ef8f010a1255ee (diff)
downloadesdl2-c17e0b1b1ee92099b2d0ca0327fde58cf432345b.tar.gz
esdl2-c17e0b1b1ee92099b2d0ca0327fde58cf432345b.tar.bz2
esdl2-c17e0b1b1ee92099b2d0ca0327fde58cf432345b.zip
Update Erlang.mk to fix an annoying warning on FreeBSD
-rw-r--r--erlang.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/erlang.mk b/erlang.mk
index 919574e..188f9b9 100644
--- a/erlang.mk
+++ b/erlang.mk
@@ -4299,7 +4299,7 @@ export NO_AUTOPATCH
# Verbosity.
-dep_verbose_0 = @echo " DEP $1 ($(call dep_commit,$1))";
+dep_verbose_0 = @echo " DEP $1 ($(call dep_commit,$1))";
dep_verbose_2 = set -x;
dep_verbose = $(dep_verbose_$(V))
@@ -6019,7 +6019,7 @@ else ifeq ($(PLATFORM),darwin)
LDFLAGS ?= -arch x86_64 -flat_namespace -undefined suppress
else ifeq ($(PLATFORM),freebsd)
CC ?= cc
- CFLAGS ?= -O3 -std=c99 -finline-functions -Wall -Wmissing-prototypes
+ CFLAGS ?= -O3 -std=c99 -Wall -Wmissing-prototypes
CXXFLAGS ?= -O3 -finline-functions -Wall
else ifeq ($(PLATFORM),linux)
CC ?= gcc