projects
/
wine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca596d4
)
disable upstream's font installation rules
author
Michael Gilbert
<mgilbert@debian.org>
Wed, 6 Jul 2022 00:44:32 +0000
(
01:44
+0100)
committer
Michael Gilbert
<mgilbert@debian.org>
Wed, 6 Jul 2022 00:44:32 +0000
(
01:44
+0100)
Gbp-Pq: Topic disable
Gbp-Pq: Name font-installation.patch
tools/makedep.c
patch
|
blob
|
history
diff --git
a/tools/makedep.c
b/tools/makedep.c
index f16da5b5bd2f9173ec1e8390c2745aecf7b8500e..da9e1d1e54b9964f9d5f344b21299597e76b10ac 100644
(file)
--- a/
tools/makedep.c
+++ b/
tools/makedep.c
@@
-2779,7
+2779,6
@@
static void output_source_sfd( struct makefile *make, struct incl_file *source,
}
if (source->file->flags & FLAG_INSTALL)
{
- add_install_rule( make, source->name, ttf_obj, strmake( "D$(fontdir)/%s", ttf_obj ));
output_srcdir_symlink( make, ttf_obj );
}