summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2011-11-26 20:28:02 (GMT)
committerMark Brand <mabrand@mabrand.nl>2011-11-26 20:28:02 (GMT)
commit26a746fe7443471f2ebe32b13061d6b1513a30b3 (patch)
tree3dc084e33ee2c4c7ffcb35226c6e5cae8f45b05b /Makefile
parent69c57d9d95084202e286ec5015f1a315fb379326 (diff)
downloadmxe-26a746fe7443471f2ebe32b13061d6b1513a30b3.zip
mxe-26a746fe7443471f2ebe32b13061d6b1513a30b3.tar.gz
mxe-26a746fe7443471f2ebe32b13061d6b1513a30b3.tar.bz2
add BUILD and install config.guess and config.sub
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2d9b5f1..7cabda1 100644
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,7 @@ 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