Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] sdl_mixer: run CONFIG_UPDATE on correct directory
@ 2008-07-21  8:07 Hans-Christian Egtvedt
  2008-07-21  8:53 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Hans-Christian Egtvedt @ 2008-07-21  8:07 UTC (permalink / raw)
  To: buildroot

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>
---
 package/sdl_mixer/sdl_mixer.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/sdl_mixer/sdl_mixer.mk b/package/sdl_mixer/sdl_mixer.mk
index 3c88eae..522e05d 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
-- 
1.5.4.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-07-21  8:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-21  8:07 [Buildroot] [PATCH 1/1] sdl_mixer: run CONFIG_UPDATE on correct directory Hans-Christian Egtvedt
2008-07-21  8:53 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox