Remove reference to avr-gcc in depend rule (cut & paste error).
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@180 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
7c8e1ae69f
commit
499a6757e6
|
@ -119,5 +119,5 @@ ${CONFIGDIR}/avrdude.conf : avrdude.conf.sample
|
||||||
depend :
|
depend :
|
||||||
@echo Dependency List:
|
@echo Dependency List:
|
||||||
@if [ ! -f y.tab.h ]; then touch y.tab.h; fi
|
@if [ ! -f y.tab.h ]; then touch y.tab.h; fi
|
||||||
@avr-gcc ${CFLAGS} -MM ${SRCS}
|
@gcc ${CFLAGS} -MM ${SRCS}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue