summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/qjson.mk1
-rw-r--r--src/qwtplot3d.mk2
2 files changed, 0 insertions, 3 deletions
diff --git a/src/qjson.mk b/src/qjson.mk
index 843f689..e094e85 100644
--- a/src/qjson.mk
+++ b/src/qjson.mk
@@ -25,4 +25,3 @@ define $(PKG)_BUILD
$(MAKE) -C '$(1)/build' -j '$(JOBS)' install
endef
-
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
-