diff Makefile @ 131:ed98f6b98e35

use $(1) instead of $(2) to address to temporary build dir
author Volker Grabsch <vog@notjusthosting.com>
date Sat, 08 Nov 2008 19:06:50 +0100
parents d7e4464a369d
children d24e76675835
line wrap: on
line diff
--- a/Makefile	Sat Nov 08 18:58:00 2008 +0100
+++ b/Makefile	Sat Nov 08 19:06:50 2008 +0100
@@ -46,7 +46,7 @@
 	    $(call DOWNLOAD,$($(1)_URL),$($(1)_URL_2)) )
 	cd '$(2)' && \
 	    $(call UNPACK_ARCHIVE,$(PKG_DIR)/$($(1)_FILE))
-	$$(call $(1)_BUILD,$(1),$(2)/$($(1)_SUBDIR))
+	$$(call $(1)_BUILD,$(2)/$($(1)_SUBDIR))
 	rm -rfv '$(2)'
 	touch '$$@'
 endef