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
This commit is contained in:
Theodore A. Roth 2003-02-11 19:03:03 +00:00
parent d034b5a51b
commit 837c512293
1 changed files with 1 additions and 1 deletions

View File

@ -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}