summaryrefslogtreecommitdiffstats
path: root/src/qwtplot3d.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/qwtplot3d.mk')
-rw-r--r--src/qwtplot3d.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qwtplot3d.mk b/src/qwtplot3d.mk
index e1c225a..f3c2ba0 100644
--- a/src/qwtplot3d.mk
+++ b/src/qwtplot3d.mk
@@ -15,7 +15,6 @@ define $(PKG)_UPDATE
head -1
endef
-
define $(PKG)_BUILD
cd '$(1)' && '$(PREFIX)/bin/$(TARGET)-qmake'
$(MAKE) -C '$(1)' -j '$(JOBS)'
@@ -25,4 +24,3 @@ define $(PKG)_BUILD
$(INSTALL) -d '$(PREFIX)/$(TARGET)/include/qwtplot3d'
$(INSTALL) -m644 '$(1)/include'/*.h '$(PREFIX)/$(TARGET)/include/qwtplot3d/'
endef
-