diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2010-11-21 21:06:33 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2010-11-21 21:06:33 (GMT) |
commit | 45b4571757b7232a5132af287b7359c099ecc230 (patch) | |
tree | 72fc3a78eedd3be5498a99eb62f1cf98c9d18381 /Makefile | |
parent | 9f1b4f19c538b6d64d5e2e6b96bf20070ccb2ccf (diff) | |
download | mxe-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-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |