diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2012-03-29 19:04:23 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2012-03-29 19:04:23 (GMT) |
commit | 2c6dd869e16cf303c0aad51bfdcc1ae108f5f673 (patch) | |
tree | 72b03eeabd731afeb14da7e39c56591cdaef42a2 | |
parent | e404906d0a43107f7f1b9079078591868c297d64 (diff) | |
download | mxe-2c6dd869e16cf303c0aad51bfdcc1ae108f5f673.zip mxe-2c6dd869e16cf303c0aad51bfdcc1ae108f5f673.tar.gz mxe-2c6dd869e16cf303c0aad51bfdcc1ae108f5f673.tar.bz2 |
Remove annoying blank lines
-rw-r--r-- | src/qjson.mk | 1 | ||||
-rw-r--r-- | src/qwtplot3d.mk | 2 |
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 - |