summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/gendef.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gendef.mk b/src/gendef.mk
index de6f90e..d89d7d6 100644
--- a/src/gendef.mk
+++ b/src/gendef.mk
@@ -18,7 +18,7 @@ define $(PKG)_BUILD
cd '$(1)/mingw-w64-tools/gendef' && ./configure \
--host='$(BUILD)' \
--build='$(BUILD)' \
- --prefix='$(PREFIX)' \
+ --prefix='$(PREFIX)/$(TARGET)' \
--target='$(TARGET)'
$(MAKE) -C '$(1)/mingw-w64-tools/gendef' -j '$(JOBS)' install
endef