From 417aee9dc50841744341a60b3761d4096c874a6e Mon Sep 17 00:00:00 2001 From: Michael Tatarinov Date: Fri, 28 Jul 2017 11:30:09 +0400 Subject: [PATCH] Makefile: don't override the CC definition. --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index a7d4c04..9479ec2 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,6 @@ PROGNAME=dump1090 RTLSDR ?= yes BLADERF ?= yes -CC=gcc CPPFLAGS += -DMODES_DUMP1090_VERSION=\"$(DUMP1090_VERSION)\" -DMODES_DUMP1090_VARIANT=\"dump1090-fa\" ifneq ($(HTMLPATH),"")