From 0a043de4bace9ee2176690e0867c090f4872d539 Mon Sep 17 00:00:00 2001 From: troth Date: Tue, 11 Feb 2003 19:03:03 +0000 Subject: [PATCH] Remove reference to avr-gcc in depend rule (cut & paste error). git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@180 81a1dc3b-b13d-400b-aceb-764788c761c2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a3592405..f4f4738a 100644 --- a/Makefile +++ b/Makefile @@ -119,5 +119,5 @@ ${CONFIGDIR}/avrdude.conf : avrdude.conf.sample depend : @echo Dependency List: @if [ ! -f y.tab.h ]; then touch y.tab.h; fi - @avr-gcc ${CFLAGS} -MM ${SRCS} + @gcc ${CFLAGS} -MM ${SRCS}