projects
/
wine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d48743e
)
disable manual line wrapping in makefiles
author
Michael Gilbert
<mgilbert@debian.org>
Sat, 19 Mar 2022 00:48:02 +0000
(
00:48
+0000)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/tools/makedep.c
b/tools/makedep.c
index edb243eeaa582ae306003f215f9b5e8e4fefdf6d..e6525366223b31ef51daf8cb7b1cde19f93208ef 100644
(file)
--- 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 > 10
0)
+ if (0)
{
output( " \\\n" );
output( " " );