summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-10-02 11:14:16 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-10-02 11:14:16 (GMT)
commit53a952e879044de5e908526dd2b50456d235d519 (patch)
treeb3de36756c884870bab0400a4021638930b40185 /Makefile
parentc51abe966955c2e71c0ffbf87acfb404ebf68ac5 (diff)
downloadmxe-53a952e879044de5e908526dd2b50456d235d519.zip
mxe-53a952e879044de5e908526dd2b50456d235d519.tar.gz
mxe-53a952e879044de5e908526dd2b50456d235d519.tar.bz2
improved coding style
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 78d67d9..4c1ac54 100644
--- a/Makefile
+++ b/Makefile
@@ -15,10 +15,10 @@ MAKEFILE := $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST))
TOP_DIR := $(patsubst %/,%,$(dir $(MAKEFILE)))
PATH := $(PREFIX)/bin:$(PATH)
SHELL := bash
-SED := $(shell gsed --help >/dev/null 2>&1 && echo g)sed
-PATCH := $(shell gpatch --help >/dev/null 2>&1 && echo g)patch
INSTALL := $(shell ginstall --help >/dev/null 2>&1 && echo g)install
LIBTOOLIZE := $(shell glibtoolize --help >/dev/null 2>&1 && echo g)libtoolize
+PATCH := $(shell gpatch --help >/dev/null 2>&1 && echo g)patch
+SED := $(shell gsed --help >/dev/null 2>&1 && echo g)sed
VERSION := $(shell $(SED) -n 's,^.*<span id="latest-version">\([^<]*\)</span>.*$$,\1,p' '$(TOP_DIR)/doc/index.html')
# unexport any environment variables that might cause trouble