From 1be8f106f91654de6fd2a5d6cada67e0392d9166 Mon Sep 17 00:00:00 2001 From: "Brian S. Dean" 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@74 81a1dc3b-b13d-400b-aceb-764788c761c2 --- avrdude/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avrdude/Makefile b/avrdude/Makefile index 47943097..e5530e20 100644 --- a/avrdude/Makefile +++ b/avrdude/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 =