From: Michael Gilbert Date: Sat, 19 Mar 2022 00:48:02 +0000 (+0000) Subject: disable manual line wrapping in makefiles X-Git-Tag: archive/raspbian/7.0_repack-10+rpi1~29 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=327ed4ad168775dbfffd68532cf33d131187ca8d;p=wine.git disable manual line wrapping in makefiles Gbp-Pq: Topic disable Gbp-Pq: Name line-wrapping.patch --- diff --git a/tools/makedep.c b/tools/makedep.c index edb243e..e652536 100644 --- a/tools/makedep.c +++ b/tools/makedep.c @@ -528,7 +528,7 @@ static void strarray_qsort( struct strarray *array, int (*func)(const char **, c */ static void output_filename( const char *name ) { - if (output_column + strlen(name) + 1 > 100) + if (0) { output( " \\\n" ); output( " " );