From 2eec695f4cd964cfc6a6b6968599a7e30bd9bf58 Mon Sep 17 00:00:00 2001 From: bsd Date: Mon, 1 Oct 2001 16:58:03 +0000 Subject: [PATCH] Don't override CFLAGS. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@74 81a1dc3b-b13d-400b-aceb-764788c761c2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 47943097..e5530e20 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ DIRS = ${BINDIR} ${MANDIR} ${DOCDIR} ${CONFIGDIR} INSTALL = /usr/bin/install -c -o root -g wheel -CFLAGS = -g -Wall --pedantic -DCONFIG_DIR=\"${CONFIGDIR}\" +CFLAGS += -g -Wall --pedantic -DCONFIG_DIR=\"${CONFIGDIR}\" LDFLAGS =