summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-01-22 02:53:37 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-01-22 02:53:37 (GMT)
commit045a091b196bd5457ddb78a5bdf33606bd662608 (patch)
treeb01a470959a73100377d66681119e458577c7f4d /Makefile
parentc92062f14bc494cacb664086bd34f43023258993 (diff)
downloadmxe-045a091b196bd5457ddb78a5bdf33606bd662608.zip
mxe-045a091b196bd5457ddb78a5bdf33606bd662608.tar.gz
mxe-045a091b196bd5457ddb78a5bdf33606bd662608.tar.bz2
test program for package sdl
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5f6864b..edbf3df 100644
--- a/Makefile
+++ b/Makefile
@@ -140,7 +140,7 @@ build-only-$(1):
cd '$(2)/$($(1)_SUBDIR)'
$(foreach PKG_PATCH,$(sort $(wildcard $(TOP_DIR)/src/$(1)-*.patch)),
(cd '$(2)/$($(1)_SUBDIR)' && patch -p1) < $(PKG_PATCH))
- $$(call $(1)_BUILD,$(2)/$($(1)_SUBDIR))
+ $$(call $(1)_BUILD,$(2)/$($(1)_SUBDIR),$(TOP_DIR)/src/$(1)-test)
rm -rfv '$(2)'
,)
[ -d '$(PREFIX)/installed' ] || mkdir -p '$(PREFIX)/installed'