changeset 2044:d82c8cc0bfac

package qwtplot3d: use $(MAKE) variable
author Tony Theodore <tonyt@logyst.com>
date Mon, 24 Oct 2011 20:21:15 +1100
parents eb4ed6ec6e8c
children de8c8e74c6b5
files src/qwtplot3d.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/qwtplot3d.mk
+++ b/src/qwtplot3d.mk
@@ -20,7 +20,7 @@
 
 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'