From 8b31e18ad685017c25ced3c0d8e43d7a7dff8384 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 25 Jun 2019 16:55:22 +0100 Subject: stop the atari toolchain from matching the cstrip binary for the strip one --- frontends/atari/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/atari') 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 -- cgit v1.2.3