summaryrefslogtreecommitdiff
path: root/frontends/atari
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2022-11-03 21:42:02 +0000
committerJohn-Mark Bell <jmb@netsurf-browser.org>2022-11-03 21:44:57 +0000
commit692da438554a34ad18f346e8b491012fc2afa9a3 (patch)
tree2701f7002d92aec089be48c48d5d1dc676c572ed /frontends/atari
parent7a767da220c745dfc58a1c30281c3d1cb10d949a (diff)
downloadnetsurf-692da438554a34ad18f346e8b491012fc2afa9a3.tar.gz
netsurf-692da438554a34ad18f346e8b491012fc2afa9a3.tar.bz2
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.
Diffstat (limited to 'frontends/atari')
-rw-r--r--frontends/atari/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/atari/Makefile b/frontends/atari/Makefile
index 6de15b62e..2f6d7118b 100644
--- a/frontends/atari/Makefile
+++ b/frontends/atari/Makefile
@@ -161,7 +161,7 @@ $(ATARI_FONT_TMP_DIR)$(ATARI_FONT_NAME):
package-atari: $(ATARI_FONT_TMP_DIR)$(ATARI_FONT_NAME) $(PKGNAME)
$(VQ)echo Creating $(PKGNAME)
-$(PKGNAME): $(EXETARGET)
+$(PKGNAME): $(EXETARGET) $(POSTEXES)
ifneq ($(strip $(STRIP)),)
$(Q)echo Stripping symbols from $(EXETARGET) with $(STRIP)
$(Q)$(STRIP) $(EXETARGET)