From 8d34f09df227b008532e683f3284f7ff11d8f134 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Mon, 9 Apr 2012 18:14:42 +0200 Subject: [PATCH] libs/parser: clean generated files Signed-off-by: "Yann E. MORIN" --- libs/parser/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/parser/Makefile.am b/libs/parser/Makefile.am index d5b4a04..4170b62 100644 --- a/libs/parser/Makefile.am +++ b/libs/parser/Makefile.am @@ -15,6 +15,7 @@ kconfig_includedir = $(includedir)/kconfig kconfig_include_HEADERS = lkc.h expr.h lkc_proto.h BUILT_SOURCES = hconf.c lconf.c +CLEANFILES = hconf.c lconf.c yconf.c # Can't use libkconfigparser_a_CPPFLAGS, as it breaks dependencies yconf.o: CPPFLAGS+=$(GETTEXT) @@ -23,7 +24,7 @@ yconf.o: CPPFLAGS+=$(GETTEXT) $(GPERF) -t --output-file $@ -a -C -E -g -k 1,3,$$ -p -t $< # The following rule produces a warning: -# parser/Makefile.am:31: user target `.l.c' defined here... +# libs/parser/Makefile.am:41: user target `.l.c' defined here... # /usr/share/automake-1.11/am/lex.am: ... overrides Automake target # `.l.c' defined here # -- 2.39.5