diff options
author | Tony Theodore <tonyt@logyst.com> | 2011-10-24 09:21:15 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2011-10-24 09:21:15 (GMT) |
commit | 7651971fd74bf072ee99ae7d6926c12d33442c69 (patch) | |
tree | e696dae88b0ccb1d6ba9664fcc8b3fb5cfdc4bd8 /src/qwtplot3d.mk | |
parent | 4a7b5872f84262f86443488ea847642b7b540ae9 (diff) | |
download | mxe-7651971fd74bf072ee99ae7d6926c12d33442c69.zip mxe-7651971fd74bf072ee99ae7d6926c12d33442c69.tar.gz mxe-7651971fd74bf072ee99ae7d6926c12d33442c69.tar.bz2 |
package qwtplot3d: use $(MAKE) variable
Diffstat (limited to 'src/qwtplot3d.mk')
-rw-r--r-- | src/qwtplot3d.mk | 2 |
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' |