From: Christophe CURIS <[email protected]>

The generated hack file have to be explicitly specified to automake's clean
target, it is not able to guess them.
---
 src/Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/Makefile.am b/src/Makefile.am
index 7779c3f..a7aa1d0 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -129,6 +129,8 @@ wmaker_SOURCES += misc.c
 else
 nodist_wmaker_SOURCES = misc.hack_nf.c
 
+CLEANFILES = $(nodist_wmaker_SOURCES)
+
 misc.hack_nf.c: misc.c $(top_srcdir)/script/nested-func-to-macro.sh
        $(top_srcdir)/script/nested-func-to-macro.sh \
                $(srcdir)/misc.c -o $(builddir)/misc.hack_nf.c \
-- 
2.1.3


-- 
To unsubscribe, send mail to [email protected].

Reply via email to