From eeb9e2bdcc8001d77d2b81ad6e2275fe634c4469 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Tue, 15 Mar 2016 12:28:56 +0100 Subject: build: end all multiline list variables with $(NULL) So that appending a new item in the list only inserts one new line (i.e. the last $(NULL) is the last item always). --- cli/Makefile.am | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'cli') diff --git a/cli/Makefile.am b/cli/Makefile.am index 51d71c42..d2573dbc 100644 --- a/cli/Makefile.am +++ b/cli/Makefile.am @@ -7,7 +7,8 @@ mmcli_CPPFLAGS = \ -I$(top_builddir)/include \ -I$(top_srcdir)/libmm-glib \ -I${top_srcdir}/libmm-glib/generated \ - -I${top_builddir}/libmm-glib/generated + -I${top_builddir}/libmm-glib/generated \ + $(NULL) mmcli_SOURCES = \ mmcli.h \ @@ -29,12 +30,13 @@ mmcli_SOURCES = \ mmcli-bearer.c \ mmcli-sim.c \ mmcli-sms.c \ - mmcli-call.c + mmcli-call.c \ + $(NULL) mmcli_LDADD = \ $(MMCLI_LIBS) \ - $(top_builddir)/libmm-glib/libmm-glib.la - + $(top_builddir)/libmm-glib/libmm-glib.la \ + $(NULL) completiondir = $(datadir)/bash-completion/completions -- cgit v1.2.3-70-g09d2