diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2011-11-28 08:51:56 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2011-11-28 08:51:56 (GMT) |
commit | 148931b4aed129a02b3a333bf7d9bedbae6c131d (patch) | |
tree | b1c041b7ef4af375188b7da66d0bda3f419d0b38 /Makefile | |
parent | ff475f5abbaf7e98c72bbe7b682aedfba69ed84f (diff) | |
download | mxe-148931b4aed129a02b3a333bf7d9bedbae6c131d.zip mxe-148931b4aed129a02b3a333bf7d9bedbae6c131d.tar.gz mxe-148931b4aed129a02b3a333bf7d9bedbae6c131d.tar.bz2 |
replaced $(BUILD) with a more direct and less brittle construct
For discussion, see the following email and its follow-ups:
http://lists.nongnu.org/archive/html/mingw-cross-env-list/2011-11/msg00112.html
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -16,7 +16,6 @@ MAKEFILE := $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST)) TOP_DIR := $(patsubst %/,%,$(dir $(MAKEFILE))) PATH := $(PREFIX)/bin:$(PATH) SHELL := bash -BUILD := $(shell config.guess 2>/dev/null) INSTALL := $(shell ginstall --help >/dev/null 2>&1 && echo g)install LIBTOOL := $(shell glibtool --help >/dev/null 2>&1 && echo g)libtool LIBTOOLIZE := $(shell glibtoolize --help >/dev/null 2>&1 && echo g)libtoolize |