build: Make sure wineopenx64.json depends on prefix.

So that deleting the prefix to recreate it also forces the file to be
copied again.
This commit is contained in:
Rémi Bernon 2021-06-14 16:44:11 +02:00 committed by Andrew Eikum
parent 1916502152
commit cabe4dee6f

View File

@ -609,7 +609,7 @@ $(eval $(call rules-source,wineopenxr,$(SRCDIR)/wineopenxr))
# $(eval $(call rules-winemaker,wineopenxr,32,wineopenxr.dll))
$(eval $(call rules-winemaker,wineopenxr,64,wineopenxr.dll))
$(DIST_WINEOPENXR_JSON64): $(WINEOPENXR_SRC)/wineopenxr64.json | dist_prefix
$(DIST_WINEOPENXR_JSON64): $(WINEOPENXR_SRC)/wineopenxr64.json dist_prefix
mkdir -p $(dir $@)
cp -a $< $@