changeset 1411:59ca7a1f2313

remove the $(INSTALL) tool from check-requirements, because "--help" makes trouble there
author Volker Grabsch <vog@notjusthosting.com>
date Sun, 21 Nov 2010 22:06:33 +0100
parents ac84a1ff007d
children c1fe01427369
files Makefile
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sat Nov 20 20:33:55 2010 +0100
+++ b/Makefile	Sun Nov 21 22:06:33 2010 +0100
@@ -22,9 +22,9 @@
 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