aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2012-04-04 13:02:47 -0700
committerandroid code review <noreply-gerritcodereview@google.com>2012-04-04 13:02:47 -0700
commitf597bde4b03c8732013c673ca920599d1ee3160d (patch)
treebe5ba0e1d7308c4ceb8efcc48b23bdab9930f5fc
parent0f719d093468913f6af7455a7d2d5d7f04edd961 (diff)
parent20821320ad10844e916ab1096f883db4f58165d7 (diff)
downloadexternal_qemu-f597bde4b03c8732013c673ca920599d1ee3160d.zip
external_qemu-f597bde4b03c8732013c673ca920599d1ee3160d.tar.gz
external_qemu-f597bde4b03c8732013c673ca920599d1ee3160d.tar.bz2
Merge "Move stuff from prebuilt to prebuilts/tools"
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index da3226e..77fd367 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -220,7 +220,7 @@ endif
ifneq ($(BUILD_SDL_FROM_SOURCES),true)
- SDL_CONFIG ?= prebuilt/$(QEMU_HOST_TAG)/sdl/bin/sdl-config
+ SDL_CONFIG ?= prebuilts/tools/$(QEMU_HOST_TAG)/sdl/bin/sdl-config
SDL_CFLAGS := $(shell $(SDL_CONFIG) --cflags)
# We need to filter out the _GNU_SOURCE variable because it breaks recent