aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.nmake
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-10-22 05:43:12 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-10-22 05:43:12 +0000
commit0761f82755f409daaa485649a025f641e9c6903f (patch)
tree84b610f55409af4c84fff6eef444410f11ed1112 /epan/Makefile.nmake
parent9c9db7d4d4e9fb3c519722361412f929c8e94575 (diff)
If the html dir exist remove it and its subdirectories.
svn path=/trunk/; revision=34614
Diffstat (limited to 'epan/Makefile.nmake')
-rw-r--r--epan/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/Makefile.nmake b/epan/Makefile.nmake
index 361b2debd2..c1d69fb2c9 100644
--- a/epan/Makefile.nmake
+++ b/epan/Makefile.nmake
@@ -112,7 +112,7 @@ clean-local:
libwireshark.lib libwireshark.dll *.manifest libwireshark.exp \
*.pdb doxygen.cfg html/*.* \
exntest.obj exntest.exe reassemble_test.obj reassemble_test.exe tvbtest.obj tvbtest.exe
- if exist html rmdir html
+ if exist html rm -rf html
clean: clean-local
cd crc