projects
/
wine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0886fc
)
disable manual line wrapping in makefiles
author
Michael Gilbert
<mgilbert@debian.org>
Tue, 13 Sep 2022 00:46:21 +0000
(
01:46
+0100)
committer
Michael Gilbert
<mgilbert@debian.org>
Tue, 13 Sep 2022 00:46:21 +0000
(
01:46
+0100)
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 f3649a402e48da4c26bf29b512c98d0c6cdef6e4..24a94c486b9555122ad74146119f18d28d1b9fd7 100644
(file)
--- a/
tools/makedep.c
+++ b/
tools/makedep.c
@@
-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 > 10
0)
+ if (0)
{
output( " \\\n" );
output( " " );