mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix up missing dependency in bug 1247162. r=me
This commit is contained in:
parent
d520b17d80
commit
2388bb4e59
@ -80,7 +80,7 @@ $(TOPOBJDIR)/%: FORCE
|
|||||||
# corresponding install manifests are named correspondingly, with forward
|
# corresponding install manifests are named correspondingly, with forward
|
||||||
# slashes replaced with underscores, and prefixed with `install_`. That is,
|
# slashes replaced with underscores, and prefixed with `install_`. That is,
|
||||||
# the install manifest for `dist/bin` would be `install_dist_bin`.
|
# the install manifest for `dist/bin` would be `install_dist_bin`.
|
||||||
$(addprefix install-,$(INSTALL_MANIFESTS)): install-%: $(TOPOBJDIR)/buildid.h
|
$(addprefix install-,$(INSTALL_MANIFESTS)): install-%: $(addprefix $(TOPOBJDIR)/,buildid.h source-repo.h)
|
||||||
@# For now, force preprocessed files to be reprocessed every time.
|
@# For now, force preprocessed files to be reprocessed every time.
|
||||||
@# The overhead is not that big, and this avoids waiting for proper
|
@# The overhead is not that big, and this avoids waiting for proper
|
||||||
@# support for defines tracking in process_install_manifest.
|
@# support for defines tracking in process_install_manifest.
|
||||||
|
Loading…
Reference in New Issue
Block a user