From 275bf5a14935245c9730f3850eb9326815de1b57 Mon Sep 17 00:00:00 2001 From: joerg_wunsch Date: Fri, 26 Aug 2011 12:04:51 +0000 Subject: [PATCH] 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 --- ChangeLog | 5 +++++ Makefile.am | 2 ++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 29e6e605..c21606d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-08-26 Joerg Wunsch + + bug #33811: Parallel make fails + * Makefile.am (BUILT_SOURCES): Add this macro. + 2011-08-26 Joerg Wunsch bug #33114: Segfault after setting the DWEN fuse with Dragon diff --git a/Makefile.am b/Makefile.am index 546939a6..8311dea0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,6 +39,8 @@ CLEANFILES = \ config_gram.h \ lexer.c +BUILT_SOURCES = $(CLEANFILES) + #SUBDIRS = doc @WINDOWS_DIRS@ #DIST_SUBDIRS = doc windows