aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-09-01 11:53:28 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-09-01 11:53:28 +0000
commit812bc6eade8b5d3a24513bfaef463d387ef9d94b (patch)
tree92d333229d8f9cca112cb8aa2ecb8f1649dc8b38 /Makefile.nmake
parente2ccb3668e908355d5ce4b43a32b14ad908b4367 (diff)
renamed REQUIRED_APPS to REQUIRED_TOOLS and verify_apps to verify_tools, as it seems much more appropriate
svn path=/trunk/; revision=11874
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index cf3004d597..516e795b65 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -370,7 +370,7 @@ doxygen-run:
doxygen: doxygen.cfg doxygen-run
-REQUIRED_APPS=\
+REQUIRED_TOOLS=\
$(SH) \
$(YACC) \
$(LEX) \
@@ -381,10 +381,10 @@ REQUIRED_APPS=\
unzip \
wget
-verify_apps:
- @$(SH) tools\win32-setup.sh --appverify $(REQUIRED_APPS)
+verify_tools:
+ @$(SH) tools\win32-setup.sh --appverify $(REQUIRED_TOOLS)
-setup: verify_apps
+setup: verify_tools
!IF "$(GTK2_INST_VERSION)" == "2.4"
@$(SH) tools\win32-setup.sh --download "$(ETHEREAL_LIBS)" \
glib gtk2.4/glib-2.4.5.zip