]> git.sur5r.net Git - kconfig-frontends/commitdiff
Makefile: split long lines
authorYann E. MORIN <yann.morin.1998@free.fr>
Sun, 9 Apr 2017 08:09:23 +0000 (10:09 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sun, 9 Apr 2017 08:09:23 +0000 (10:09 +0200)
Like everywhere else in the file, split variables assignments, with
two-or-more items, on multiple lines (because it is easier to read and
diff).

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
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 \