summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3cbb3fc..6ee775e 100644
--- a/Makefile
+++ b/Makefile
@@ -46,7 +46,7 @@ $(PREFIX)/installed.$(1): $(addprefix $(PREFIX)/installed.,$($(1)_DEPS))
$(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