From 692da438554a34ad18f346e8b491012fc2afa9a3 Mon Sep 17 00:00:00 2001 From: John-Mark Bell Date: Thu, 3 Nov 2022 21:42:02 +0000 Subject: BuildSystem: make package step depend on POSTEXES The POSTEXE stages might add more stuff to the package contents, so ensure they have completed before starting to package things up. --- frontends/riscos/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/riscos/Makefile') diff --git a/frontends/riscos/Makefile b/frontends/riscos/Makefile index 79e6fc493..31a7f4aea 100644 --- a/frontends/riscos/Makefile +++ b/frontends/riscos/Makefile @@ -174,7 +174,7 @@ install-riscos: package-riscos: netsurf.zip -netsurf.zip: $(EXETARGET) +netsurf.zip: $(EXETARGET) $(POSTEXES) $(eval $@_TMPDIR := $(shell mktemp -d)) $(Q) $(RM) $@ $(Q) cp -rLvp $(FRONTEND_SOURCE_DIR)/appdir $($@_TMPDIR)/!NetSurf -- cgit v1.2.3