From a57940a468e7abd65cc2d69d3f8a167b0f4e4dfc Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 25 Jun 2019 16:59:22 +0100 Subject: fix atari STRIP makefile target to not have a spurious close bracket --- 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 17e74ec13..125a95889 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