disable manual line wrapping in makefiles
authorMichael Gilbert <mgilbert@debian.org>
Wed, 6 Jul 2022 00:44:32 +0000 (01:44 +0100)
committerMichael Gilbert <mgilbert@debian.org>
Wed, 6 Jul 2022 00:44:32 +0000 (01:44 +0100)
Gbp-Pq: Topic disable
Gbp-Pq: Name line-wrapping.patch

tools/makedep.c

index f3649a402e48da4c26bf29b512c98d0c6cdef6e4..24a94c486b9555122ad74146119f18d28d1b9fd7 100644 (file)
@@ -408,7 +408,7 @@ static const char *normalize_arch( const char *arch )
  */
 static void output_filename( const char *name )
 {
-    if (output_column + strlen(name) + 1 > 100)
+    if (0)
     {
         output( " \\\n" );
         output( "  " );