aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2005-07-07 21:26:09 +0000
committerGerald Combs <gerald@wireshark.org>2005-07-07 21:26:09 +0000
commit5b7df3128b29b513a4a283cff496e41e8372f0f6 (patch)
tree1842ee7f9bf58bdc60003c50e49a63a20e0a131e /Makefile.nmake
parent37915b4dd78d1b56796a21125e6938a0e05006e7 (diff)
Make sure "which" is present before we verify our tools. Add "env" to
the list of programs to check. Make sure our python scripts start with "#!/usr/bin/env python" as recommended at http://www.python.org/doc/faq/library.html#how-do-i-make-a-python-script-executable-on-unix svn path=/trunk/; revision=14871
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 59dd35b964..afb93da819 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -406,6 +406,7 @@ REQUIRED_TOOLS=\
$(SH) \
$(YACC) \
$(LEX) \
+ env \
grep \
/usr/bin/find \
$(PERL) \