From c17e0b1b1ee92099b2d0ca0327fde58cf432345b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 24 May 2018 13:13:32 +0200 Subject: Update Erlang.mk to fix an annoying warning on FreeBSD --- erlang.mk | 4 ++-- 1 file 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 -- cgit v1.2.3