summaryrefslogtreecommitdiffstats
path: root/rules/sdl.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2006-05-25 13:19:13 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2006-05-25 13:19:13 +0000
commitb5b6a0fcdbf541c7f369ad1775440c7a850af417 (patch)
tree56f9c8d27ada3e6618f163799bca3e0b92d9c02d /rules/sdl.make
parent86cf8a2171c5f949f57cbf5786765d1bd296fd0d (diff)
downloadptxdist-b5b6a0fcdbf541c7f369ad1775440c7a850af417.tar.gz
ptxdist-b5b6a0fcdbf541c7f369ad1775440c7a850af417.tar.xz
* sdl: we need to set SYSROOT, because sdl runs configure and
our pkg-config wrapper during the compile stage git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5591 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/sdl.make')
-rw-r--r--rules/sdl.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/sdl.make b/rules/sdl.make
index 30ed7934f..42944c276 100644
--- a/rules/sdl.make
+++ b/rules/sdl.make
@@ -301,7 +301,7 @@ sdl_compile: $(STATEDIR)/sdl.compile
$(STATEDIR)/sdl.compile: $(sdl_compile_deps_default)
@$(call targetinfo, $@)
- cd $(SDL_DIR) && $(SDL_PATH) make
+ cd $(SDL_DIR) && $(SDL_ENV) $(SDL_PATH) make
@$(call touch, $@)
# ----------------------------------------------------------------------------