summaryrefslogtreecommitdiff
path: root/frontends/atari
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-06-25 16:55:22 +0100
committerVincent Sanders <vince@kyllikki.org>2019-06-25 16:56:06 +0100
commit8b31e18ad685017c25ced3c0d8e43d7a7dff8384 (patch)
tree6bf01037100d1740703404ae1508be3aee0f4ee9 /frontends/atari
parentdc9762fef3aa5e4e026cfff49eb05466160e5442 (diff)
downloadnetsurf-8b31e18ad685017c25ced3c0d8e43d7a7dff8384.tar.gz
netsurf-8b31e18ad685017c25ced3c0d8e43d7a7dff8384.tar.bz2
stop the atari toolchain from matching the cstrip binary for the strip one
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 585f0b217..17e74ec13 100644
--- a/frontends/atari/Makefile
+++ b/frontends/atari/Makefile
@@ -8,7 +8,7 @@
# toolchain is located in /usr/bin and the wildcard matching
# fails then. So this wildcard matches only works for
# the netsurf environment!
-STRIP := $(wildcard $(GCCSDK_INSTALL_CROSSBIN)/*strip)
+STRIP := $(wildcard $(GCCSDK_INSTALL_CROSSBIN)/*-strip))
STACK := $(wildcard $(GCCSDK_INSTALL_CROSSBIN)/*stack)
FT2CF := $(GCCSDK_INSTALL_ENV)/bin/freetype-config