Don't override CFLAGS.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@74 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
396d65762f
commit
2eec695f4c
2
Makefile
2
Makefile
|
@ -17,7 +17,7 @@ DIRS = ${BINDIR} ${MANDIR} ${DOCDIR} ${CONFIGDIR}
|
||||||
|
|
||||||
INSTALL = /usr/bin/install -c -o root -g wheel
|
INSTALL = /usr/bin/install -c -o root -g wheel
|
||||||
|
|
||||||
CFLAGS = -g -Wall --pedantic -DCONFIG_DIR=\"${CONFIGDIR}\"
|
CFLAGS += -g -Wall --pedantic -DCONFIG_DIR=\"${CONFIGDIR}\"
|
||||||
|
|
||||||
LDFLAGS =
|
LDFLAGS =
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue