aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/dfilter/Makefile.nmake2
-rw-r--r--epan/dissectors/Makefile.nmake2
-rw-r--r--epan/ftypes/Makefile.nmake2
-rw-r--r--epan/wslua/Makefile.nmake2
-rw-r--r--gtk/Makefile.nmake2
-rw-r--r--tools/lemon/Makefile.nmake2
-rw-r--r--wiretap/Makefile.nmake2
7 files changed, 7 insertions, 7 deletions
diff --git a/epan/dfilter/Makefile.nmake b/epan/dfilter/Makefile.nmake
index e7b47cc74a..2d1ce6b1ae 100644
--- a/epan/dfilter/Makefile.nmake
+++ b/epan/dfilter/Makefile.nmake
@@ -48,7 +48,7 @@ $(OBJECTS): ..\..\config.h
cd epan\dfilter
clean:
- rm -f $(OBJECTS) dfilter.lib $(PDB_FILE)
+ rm -f $(OBJECTS) dfilter.lib *.pdb
#
# We remove the generated files with "distclean" because one of them,
diff --git a/epan/dissectors/Makefile.nmake b/epan/dissectors/Makefile.nmake
index d45d0d8c2b..2aea58c00c 100644
--- a/epan/dissectors/Makefile.nmake
+++ b/epan/dissectors/Makefile.nmake
@@ -96,7 +96,7 @@ packet-ncp2222.c : ncp2222.py
!ENDIF
clean:
- rm -f dissectors.lib $(PDB_FILE) \
+ rm -f dissectors.lib *.pdb \
$(DISSECTOR_OBJECTS) $(DISSECTOR_SUPPORT_OBJECTS)
distclean: clean
diff --git a/epan/ftypes/Makefile.nmake b/epan/ftypes/Makefile.nmake
index faaf29602b..3232fac404 100644
--- a/epan/ftypes/Makefile.nmake
+++ b/epan/ftypes/Makefile.nmake
@@ -34,7 +34,7 @@ ftypes.lib : $(OBJECTS)
link /lib /out:ftypes.lib $(OBJECTS)
clean:
- rm -f $(OBJECTS) ftypes.lib $(PDB_FILE)
+ rm -f $(OBJECTS) ftypes.lib *.pdb
distclean: clean
diff --git a/epan/wslua/Makefile.nmake b/epan/wslua/Makefile.nmake
index 949fffbc68..f7dc65f88d 100644
--- a/epan/wslua/Makefile.nmake
+++ b/epan/wslua/Makefile.nmake
@@ -43,7 +43,7 @@ wslua.lib : $(OBJECTS) init.lua
link /lib /NODEFAULTLIB /out:wslua.lib $(OBJECTS)
clean:
- rm -f $(OBJECTS) wslua.lib $(PDB_FILE) init.lua taps_wslua.c declare_wslua.h register_wslua.c taps.txt
+ rm -f $(OBJECTS) wslua.lib *.pdb init.lua taps_wslua.c declare_wslua.h register_wslua.c taps.txt
init_wslua.c: declare_wslua.h
diff --git a/gtk/Makefile.nmake b/gtk/Makefile.nmake
index b3c2bc7d81..9381b2b46d 100644
--- a/gtk/Makefile.nmake
+++ b/gtk/Makefile.nmake
@@ -112,7 +112,7 @@ pa_x86_plain_converters.obj: $(PORTAUDIO_DIR)\src\os\win\pa_x86_plain_converters
!ENDIF
clean:
- rm -f $(WIRESHARK_WIN32_GTK_OBJECTS) $(WIRESHARK_TAP_OBJECTS) libui.lib $(PDB_FILE) doxygen.cfg html/*.*
+ rm -f $(WIRESHARK_WIN32_GTK_OBJECTS) $(WIRESHARK_TAP_OBJECTS) libui.lib *.pdb doxygen.cfg html/*.*
if exist html rmdir html
distclean: clean
diff --git a/tools/lemon/Makefile.nmake b/tools/lemon/Makefile.nmake
index 2ca4c7a6b7..7204d9ccd2 100644
--- a/tools/lemon/Makefile.nmake
+++ b/tools/lemon/Makefile.nmake
@@ -13,7 +13,7 @@ CFLAGS=-D_U_="" $(LOCAL_CFLAGS)
all : lemon.exe
clean:
- rm -f lemon.obj lemon.exe lemon.ilk $(PDB_FILE) lemon.pdb
+ rm -f lemon.obj lemon.exe lemon.ilk *.pdb
distclean: clean
diff --git a/wiretap/Makefile.nmake b/wiretap/Makefile.nmake
index 0af5a8f81b..73718f681d 100644
--- a/wiretap/Makefile.nmake
+++ b/wiretap/Makefile.nmake
@@ -58,7 +58,7 @@ clean :
wiretap-*.exp \
wiretap-*.dll \
wiretap-*.dll.manifest \
- wiretap-*.pdb
+ *.pdb
#
# We remove the generated files with "distclean" because one of them,