summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-02-07 13:55:35 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-02-07 13:55:35 (GMT)
commit63d8aab43d70150d10284f36d1b7e259944f6cb7 (patch)
treee7e8517b6971897461798696afdc5d3359b868ad /Makefile
parent2e76a0229834fcd1536d66343f7202cbbc5f8ea5 (diff)
downloadmxe-63d8aab43d70150d10284f36d1b7e259944f6cb7.zip
mxe-63d8aab43d70150d10284f36d1b7e259944f6cb7.tar.gz
mxe-63d8aab43d70150d10284f36d1b7e259944f6cb7.tar.bz2
use glibtoolize instead of libtoolize where appropriate (by Tony Theodore)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile27
1 files changed, 14 insertions, 13 deletions
diff --git a/Makefile b/Makefile
index 07a9d78..353d32f 100644
--- a/Makefile
+++ b/Makefile
@@ -5,19 +5,20 @@ JOBS := 1
TARGET := i686-pc-mingw32
SOURCEFORGE_MIRROR := kent.dl.sourceforge.net
-PREFIX := $(PWD)/usr
-LOG_DIR := $(PWD)/log
-TIMESTAMP := $(shell date +%Y%m%d_%H%M%S)
-PKG_DIR := $(PWD)/pkg
-DIST_DIR := $(PWD)/dist
-TMP_DIR = $(PWD)/tmp-$(1)
-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
-INSTALL := $(shell ginstall --help >/dev/null 2>&1 && echo g)install
-VERSION := $(shell $(SED) -n 's,^.*<span id="latest-version">\([^<]*\)</span>.*$$,\1,p' '$(TOP_DIR)/doc/index.html')
+PREFIX := $(PWD)/usr
+LOG_DIR := $(PWD)/log
+TIMESTAMP := $(shell date +%Y%m%d_%H%M%S)
+PKG_DIR := $(PWD)/pkg
+DIST_DIR := $(PWD)/dist
+TMP_DIR = $(PWD)/tmp-$(1)
+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
+INSTALL := $(shell ginstall --help >/dev/null 2>&1 && echo g)install
+LIBTOOLIZE := $(shell glibtoolize --help >/dev/null 2>&1 && echo g)libtoolize
+VERSION := $(shell $(SED) -n 's,^.*<span id="latest-version">\([^<]*\)</span>.*$$,\1,p' '$(TOP_DIR)/doc/index.html')
# unset any environment variables which might cause trouble
AR =