summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2015-09-26 07:22:22 (GMT)
committerBoris Nagaev <bnagaev@gmail.com>2015-09-26 07:22:22 (GMT)
commitb76e14d777fa4d33ed2a970af7688ca910f2973a (patch)
tree85e8e86ac8e0ee27dcc2c932818c36f003e914fa /Makefile
parentb56f307a3f71c73767c9aace049ea24ecfcd6670 (diff)
downloadmxe-b76e14d777fa4d33ed2a970af7688ca910f2973a.zip
mxe-b76e14d777fa4d33ed2a970af7688ca910f2973a.tar.gz
mxe-b76e14d777fa4d33ed2a970af7688ca910f2973a.tar.bz2
style: move pipe to new line
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 791c9d8..c289b3f 100644
--- a/Makefile
+++ b/Makefile
@@ -124,9 +124,9 @@ MAKE_SHARED_FROM_STATIC = \
--bindir '$(PREFIX)/$(TARGET)/bin'
define MXE_GET_GITHUB_SHA
- $(WGET) -q -O- 'https://api.github.com/repos/$(strip $(1))/git/refs/heads/$(strip $(2))' | \
- $(SED) -n 's#.*"sha": "\([^"]\{10\}\).*#\1#p' | \
- head -1
+ $(WGET) -q -O- 'https://api.github.com/repos/$(strip $(1))/git/refs/heads/$(strip $(2))' \
+ | $(SED) -n 's#.*"sha": "\([^"]\{10\}\).*#\1#p' \
+ | head -1
endef
# use a minimal whitelist of safe environment variables