changeset 2045:de8c8e74c6b5

merge
author Tony Theodore <tonyt@logyst.com>
date Mon, 24 Oct 2011 20:23:02 +1100
parents 1b67fb0c1fb7 (current diff) d82c8cc0bfac (diff)
children 45dbac6fcb14
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/qwtplot3d.mk	Mon Oct 24 11:19:35 2011 +0200
+++ b/src/qwtplot3d.mk	Mon Oct 24 20:23:02 2011 +1100
@@ -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'