Commit 33bc6f6c authored by Nils Goroll's avatar Nils Goroll

break into multiple lines

parent b336d540
......@@ -29,9 +29,17 @@ dcs_classifier.checksum dcs_classifier.h dcs_type.c: dcs_classifier.c
dcs_classifier.c: $(srcdir)/gen_dcs_classifier.pl dbfile $(srcdir)/../classes.conf
@ if $(AM_V_P); then set -x; else echo " GEN dcs_classifier.c ... "; fi; \
if [[ -f fixup.remove ]] && [[ -f fixup.reorder ]] ; then \
$(srcdir)/gen_dcs_classifier.pl dbfile $(DCS_KEY) $(srcdir)/../classes.conf fixup.remove fixup.reorder ; \
$(srcdir)/gen_dcs_classifier.pl \
dbfile \
$(DCS_KEY) \
$(srcdir)/../classes.conf \
fixup.remove \
fixup.reorder ; \
else \
$(srcdir)/gen_dcs_classifier.pl dbfile $(DCS_KEY) $(srcdir)/../classes.conf ; \
$(srcdir)/gen_dcs_classifier.pl \
dbfile \
$(DCS_KEY) \
$(srcdir)/../classes.conf ; \
fi
# -- gen_dcs_match_mem
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment