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>
.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 \