summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-11-21 21:06:33 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-11-21 21:06:33 (GMT)
commit45b4571757b7232a5132af287b7359c099ecc230 (patch)
tree72fc3a78eedd3be5498a99eb62f1cf98c9d18381 /Makefile
parent9f1b4f19c538b6d64d5e2e6b96bf20070ccb2ccf (diff)
downloadmxe-45b4571757b7232a5132af287b7359c099ecc230.zip
mxe-45b4571757b7232a5132af287b7359c099ecc230.tar.gz
mxe-45b4571757b7232a5132af287b7359c099ecc230.tar.bz2
remove the $(INSTALL) tool from check-requirements, because "--help" makes trouble there
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 14be081..9fb8bb5 100644
--- a/Makefile
+++ b/Makefile
@@ -22,9 +22,9 @@ 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')
REQUIREMENTS := autoconf automake bash bison bzip2 cmake flex \
- gcc $(INSTALL) intltoolize $(LIBTOOLIZE) $(MAKE) \
- openssl $(PATCH) $(PERL) pkg-config scons $(SED) \
- unzip wget xz yasm
+ gcc intltoolize $(LIBTOOLIZE) $(MAKE) openssl \
+ $(PATCH) $(PERL) pkg-config scons $(SED) unzip \
+ wget xz yasm
# unexport any environment variables that might cause trouble
unexport AR CC CFLAGS C_INCLUDE_PATH CPATH CPLUS_INCLUDE_PATH CPP