if the WIRESHARK_LIBS dir isn't already existing, create it

this fixes problems discussed earlier on the list with cygpath

svn path=/trunk/; revision=19934
This commit is contained in:
Ulf Lamping 2006-11-19 17:02:31 +00:00
parent 405813eb42
commit f5e8f21286
1 changed files with 1 additions and 0 deletions

View File

@ -503,6 +503,7 @@ verify_tools:
# Download and install all the required libraries into WIRESHARK_LIBS.
# If you used this setup target before, consider doing a clean_setup.
setup: verify_tools
if not exist $(WIRESHARK_LIBS) md $(WIRESHARK_LIBS)
!IF "$(GTK2_INST_VERSION)" == "2.8"
@$(SH) tools\win32-setup.sh --download "$(WIRESHARK_LIBS)" \
glib gtk2.8/glib-2.12.4.zip