From: Alexander Barton Date: Sun, 29 Jan 2017 20:55:50 +0000 (+0100) Subject: portab/Makefile: Split list into separate lines X-Git-Tag: rel-25-rc1~12 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=commitdiff_plain;h=8f0c705029501141528fbe7671e4107b4e1f395f portab/Makefile: Split list into separate lines --- diff --git a/src/portab/Makefile.ng b/src/portab/Makefile.ng index 8712bc5e..30b77fc3 100644 --- a/src/portab/Makefile.ng +++ b/src/portab/Makefile.ng @@ -15,7 +15,13 @@ EXTRA_DIST = Makefile.ng noinst_LIBRARIES = libngportab.a -libngportab_a_SOURCES = strdup.c strndup.c strlcpy.c strtok_r.c vsnprintf.c waitpid.c +libngportab_a_SOURCES = \ + strdup.c \ + strlcpy.c \ + strndup.c \ + strtok_r.c \ + vsnprintf.c \ + waitpid.c check_PROGRAMS = portabtest