disable manual line wrapping in makefiles
authorMichael Gilbert <mgilbert@debian.org>
Sat, 19 Mar 2022 00:48:02 +0000 (00:48 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Sat, 19 Mar 2022 00:48:02 +0000 (00:48 +0000)
Gbp-Pq: Topic disable
Gbp-Pq: Name line-wrapping.patch

tools/makedep.c

index edb243eeaa582ae306003f215f9b5e8e4fefdf6d..e6525366223b31ef51daf8cb7b1cde19f93208ef 100644 (file)
@@ -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( "  " );