Add the macro BUILT_SOURCES so automake's dependency tracking will work.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@984 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
1f8dc4dc52
commit
fef650b787
|
@ -1,3 +1,8 @@
|
||||||
|
2011-08-26 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
||||||
|
|
||||||
|
bug #33811: Parallel make fails
|
||||||
|
* Makefile.am (BUILT_SOURCES): Add this macro.
|
||||||
|
|
||||||
2011-08-26 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
2011-08-26 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
||||||
|
|
||||||
bug #33114: Segfault after setting the DWEN fuse with Dragon
|
bug #33114: Segfault after setting the DWEN fuse with Dragon
|
||||||
|
|
|
@ -39,6 +39,8 @@ CLEANFILES = \
|
||||||
config_gram.h \
|
config_gram.h \
|
||||||
lexer.c
|
lexer.c
|
||||||
|
|
||||||
|
BUILT_SOURCES = $(CLEANFILES)
|
||||||
|
|
||||||
#SUBDIRS = doc @WINDOWS_DIRS@
|
#SUBDIRS = doc @WINDOWS_DIRS@
|
||||||
#DIST_SUBDIRS = doc windows
|
#DIST_SUBDIRS = doc windows
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue