]> git.sur5r.net Git - kconfig-frontends/blobdiff - Makefile.am
Makefile: split long lines
[kconfig-frontends] / Makefile.am
index 8b648a16febb0d6769c52d501d2774d7691a62f7..7974a186f5598c1c3987e20c349819712de531b6 100644 (file)
@@ -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 \