From 6939f2c90ee20d7e968f4af85e85714b197a1b09 Mon Sep 17 00:00:00 2001 From: Jasper Lievisse Adriaanse Date: Tue, 7 Dec 2010 09:24:25 +1300 Subject: [PATCH] Adjust email address, make CC overridable again. --- AUTHORS | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 70e3d13..8295eec 100644 --- a/AUTHORS +++ b/AUTHORS @@ -46,5 +46,5 @@ Stefan Mahr : * Initial support, testing and analysis for Olimex MSP430-JTAG-ISO. -Jasper Lievisse Adriaanse : +Jasper Lievisse Adriaanse : * Ported to OpenBSD. diff --git a/Makefile b/Makefile index ad5e435..600fd21 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -CC = gcc +CC ?= gcc INSTALL = /usr/bin/install PREFIX ?= /usr/local LDFLAGS ?= -s