In the definitions of all the other part of this Makefile.am and in all other Makefile.am, the leading whitespaces are tabs.
This makes sure that AM_CFLAGS also use leading tabs. Signed-off-by: Denis 'GNUtoo' Carikli <[email protected]> --- samsung-ipc/tests/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/samsung-ipc/tests/Makefile.am b/samsung-ipc/tests/Makefile.am index d049c74..0249569 100644 --- a/samsung-ipc/tests/Makefile.am +++ b/samsung-ipc/tests/Makefile.am @@ -1,10 +1,10 @@ NULL = AM_CFLAGS = \ - -I$(top_srcdir)/include \ - -I$(top_srcdir)/samsung-ipc \ - $(OPENSSL_CFLAGS) \ - $(NULL) + -I$(top_srcdir)/include \ + -I$(top_srcdir)/samsung-ipc \ + $(OPENSSL_CFLAGS) \ + $(NULL) if WANT_DEBUG AM_CFLAGS += -ggdb -O0 -DDEBUG -- 2.36.0 _______________________________________________ Replicant mailing list [email protected] https://lists.osuosl.org/mailman/listinfo/replicant
