Collin Funk wrote:
> I noticed that in a few places where gnulib-tool.sh uses
> 'combine_lines', gnulib-tool.py uses 'remove_backslash_newline'.
>
> These functions behave differently. Using this Makefile:
>
> $ cat Makefile
>
> FILES = file1.c\
> file2.c\
> file3.c
>
> all:
> @echo $(FI
or Makefiles are ever written like
this. But since gnulib-tool.sh accepts it, and it is valid Make,
gnulib-tool.py should accept it too.
CollinFrom 9d27fa080158248a3038fb44bab8286d25166ad6 Mon Sep 17 00:00:00 2001
From: Collin Funk
Date: Tue, 2 Apr 2024 03:58:37 -0700
Subject: [PATCH] gnulib-tool.