SDL: Fix srcclean damage in sdl.mak [Wallyweek]

This commit is contained in:
R. Belmont 2013-01-24 23:55:55 +00:00
parent 078ee65368
commit 5d45d3ddbc

View File

@ -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