summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/qwtplot3d.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qwtplot3d.mk b/src/qwtplot3d.mk
index b95688d..c996fa0 100644
--- a/src/qwtplot3d.mk
+++ b/src/qwtplot3d.mk
@@ -20,7 +20,7 @@ endef
define $(PKG)_BUILD
cd '$(1)' && '$(PREFIX)/bin/$(TARGET)-qmake'
- cd '$(1)' && make -C '$(1)' -j '$(JOBS)'
+ $(MAKE) -C '$(1)' -j '$(JOBS)'
$(INSTALL) -d '$(PREFIX)/$(TARGET)/lib'
$(INSTALL) -m644 '$(1)/lib/libqwtplot3d.a' '$(PREFIX)/$(TARGET)/lib/'
$(INSTALL) -d '$(PREFIX)/$(TARGET)/include'