summaryrefslogtreecommitdiffstats
path: root/src/qwtplot3d.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2012-03-29 19:04:23 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2012-03-29 19:04:23 (GMT)
commit2c6dd869e16cf303c0aad51bfdcc1ae108f5f673 (patch)
tree72b03eeabd731afeb14da7e39c56591cdaef42a2 /src/qwtplot3d.mk
parente404906d0a43107f7f1b9079078591868c297d64 (diff)
downloadmxe-2c6dd869e16cf303c0aad51bfdcc1ae108f5f673.zip
mxe-2c6dd869e16cf303c0aad51bfdcc1ae108f5f673.tar.gz
mxe-2c6dd869e16cf303c0aad51bfdcc1ae108f5f673.tar.bz2
Remove annoying blank lines
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
-