summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-06-25 16:59:22 +0100
committerVincent Sanders <vince@kyllikki.org>2019-06-25 16:59:22 +0100
commita57940a468e7abd65cc2d69d3f8a167b0f4e4dfc (patch)
tree7724bd8f900c3f9870c648600d586366b0ce88b7
parent8b31e18ad685017c25ced3c0d8e43d7a7dff8384 (diff)
downloadnetsurf-a57940a468e7abd65cc2d69d3f8a167b0f4e4dfc.tar.gz
netsurf-a57940a468e7abd65cc2d69d3f8a167b0f4e4dfc.tar.bz2
fix atari STRIP makefile target to not have a spurious close bracket
-rw-r--r--frontends/atari/Makefile2
1 files changed, 1 insertions, 1 deletions
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