X-Git-Url: https://git.sur5r.net/?p=kconfig-frontends;a=blobdiff_plain;f=Makefile.am;h=7974a186f5598c1c3987e20c349819712de531b6;hp=8b648a16febb0d6769c52d501d2774d7691a62f7;hb=989d993023d06e9d6f7b67bb17f5b41763f7ce66;hpb=156d45afa762abcfa7416e08e0f8706b0bbeddae diff --git a/Makefile.am b/Makefile.am index 8b648a1..7974a18 100644 --- a/Makefile.am +++ b/Makefile.am @@ -89,8 +89,13 @@ AM_V_GPERF_1 = .l.c: $(AM_V_LEX)$(LEXCOMPILE) -o$@ $< -BUILT_SOURCES += libs/parser/hconf.c libs/parser/lconf.c -CLEANFILES += libs/parser/hconf.c libs/parser/lconf.c libs/parser/yconf.c +BUILT_SOURCES += \ + libs/parser/hconf.c \ + libs/parser/lconf.c +CLEANFILES += \ + libs/parser/hconf.c \ + libs/parser/lconf.c \ + libs/parser/yconf.c EXTRA_DIST += \ libs/parser/hconf.c \ libs/parser/hconf.gperf.patch \