summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl
diff options
context:
space:
mode:
author R. Belmont <rb6502@users.noreply.github.com>2013-01-24 23:55:55 +0000
committer R. Belmont <rb6502@users.noreply.github.com>2013-01-24 23:55:55 +0000
commit5d45d3ddbc873c5864b96f985f9605bce5ce6ab5 (patch)
tree7a9f999050c3d9e7fc81cf26909094be01cc2628 /src/osd/sdl
parent078ee653688cd1f681ca019e541510b26a0c90c1 (diff)
SDL: Fix srcclean damage in sdl.mak [Wallyweek]
Diffstat (limited to 'src/osd/sdl')
-rw-r--r--src/osd/sdl/sdl.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/sdl/sdl.mak b/src/osd/sdl/sdl.mak
index b899cb97329..707843ff88c 100644
--- a/src/osd/sdl/sdl.mak
+++ b/src/osd/sdl/sdl.mak
@@ -446,7 +446,7 @@ endif
ifeq ($(findstring 4.7.2-2ubuntu1,$(TEST_GCC)),4.7.2-2ubuntu1)
GCC46TST = $(shell which g++-4.6 2>/dev/null)
ifeq '$(GCC46TST)' ''
- $(error Ubuntu 12.10 detected. Please install the gcc-4.6 and g++-4.6 packages)
+$(error Ubuntu 12.10 detected. Please install the gcc-4.6 and g++-4.6 packages)
endif
CC = @gcc-4.6
LD = @g++-4.6