summaryrefslogtreecommitdiffstats
path: root/package/sdl_mixer
diff options
context:
space:
mode:
authorPeter Korsgaard2008-07-21 10:53:18 +0200
committerPeter Korsgaard2008-07-21 10:53:18 +0200
commit658d9482ad2280f2175a51bb89c40bbbe6dacaf2 (patch)
treefb0f067cbc89d8a231f6430ea8a0f943424e082f /package/sdl_mixer
parentKconfig: remove 'default n' (diff)
downloadbuildroot-658d9482ad2280f2175a51bb89c40bbbe6dacaf2.tar.gz
buildroot-658d9482ad2280f2175a51bb89c40bbbe6dacaf2.tar.xz
buildroot-658d9482ad2280f2175a51bb89c40bbbe6dacaf2.zip
sdl_mixer: run CONFIG_UPDATE on correct directory
The Makefile tried to update config.guess and config.sub in the wrong directories, this patch updates the correct scripts making it possible to compile on new systems. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Diffstat (limited to 'package/sdl_mixer')
-rw-r--r--package/sdl_mixer/sdl_mixer.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/sdl_mixer/sdl_mixer.mk b/package/sdl_mixer/sdl_mixer.mk
index 3c88eae26..522e05d42 100644
--- a/package/sdl_mixer/sdl_mixer.mk
+++ b/package/sdl_mixer/sdl_mixer.mk
@@ -16,7 +16,7 @@ sdl_mixer-source: $(DL_DIR)/$(SDL_MIXER_SOURCE)
$(SDL_MIXER_DIR)/.unpacked: $(DL_DIR)/$(SDL_MIXER_SOURCE)
$(SDL_MIXER_CAT) $(DL_DIR)/$(SDL_MIXER_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
- $(CONFIG_UPDATE) $(SDL_MIXER_DIR)
+ $(CONFIG_UPDATE) $(SDL_MIXER_DIR)/build-scripts
touch $@
$(SDL_MIXER_DIR)/.configured: $(SDL_MIXER_DIR)/.unpacked $(STAGING_DIR)/usr/lib/libSDL.so