Adjust email address, make CC overridable again.
This commit is contained in:
parent
837c020277
commit
6939f2c90e
2
AUTHORS
2
AUTHORS
|
@ -46,5 +46,5 @@ Stefan Mahr <Stefan.Mahr@sphairon.com>:
|
||||||
* Initial support, testing and analysis for Olimex
|
* Initial support, testing and analysis for Olimex
|
||||||
MSP430-JTAG-ISO.
|
MSP430-JTAG-ISO.
|
||||||
|
|
||||||
Jasper Lievisse Adriaanse <jasper@humppa.nl>:
|
Jasper Lievisse Adriaanse <jasper@openbsd.org>:
|
||||||
* Ported to OpenBSD.
|
* Ported to OpenBSD.
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -16,7 +16,7 @@
|
||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
|
|
||||||
CC = gcc
|
CC ?= gcc
|
||||||
INSTALL = /usr/bin/install
|
INSTALL = /usr/bin/install
|
||||||
PREFIX ?= /usr/local
|
PREFIX ?= /usr/local
|
||||||
LDFLAGS ?= -s
|
LDFLAGS ?= -s
|
||||||
|
|
Loading…
Reference in New Issue