aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--codecs/Makefile.nmake2
-rw-r--r--tools/lemon/Makefile.nmake2
-rw-r--r--wiretap/Makefile.nmake2
-rw-r--r--wsutil/Makefile.nmake2
4 files changed, 4 insertions, 4 deletions
diff --git a/codecs/Makefile.nmake b/codecs/Makefile.nmake
index 43f2a7d13f..880b39ed4d 100644
--- a/codecs/Makefile.nmake
+++ b/codecs/Makefile.nmake
@@ -29,7 +29,7 @@ G711udecode.obj: G711u\G711udecode.c G711u\G711udecode.h G711u\G711utable.h
$(CC) $(CFLAGS) -Fd.\ -c G711u\G711udecode.c /Fo%|fF.obj
clean:
- rm -f $(CODEC_OBJECTS) codecs.lib *.pdb
+ rm -f $(CODEC_OBJECTS) codecs.lib *.pdb *.sbr
distclean: clean
diff --git a/tools/lemon/Makefile.nmake b/tools/lemon/Makefile.nmake
index 20344a8adb..cbcf89c169 100644
--- a/tools/lemon/Makefile.nmake
+++ b/tools/lemon/Makefile.nmake
@@ -13,7 +13,7 @@ CFLAGS=$(WARNINGS_ARE_ERRORS) -D_U_="" $(LOCAL_CFLAGS)
all : lemon.exe
clean:
- rm -f lemon.obj lemon.exe lemon.ilk *.pdb lemon.exe.manifest
+ rm -f lemon.obj lemon.exe lemon.ilk *.pdb *.sbr lemon.exe.manifest
distclean: clean
diff --git a/wiretap/Makefile.nmake b/wiretap/Makefile.nmake
index f320369597..c5c032fdac 100644
--- a/wiretap/Makefile.nmake
+++ b/wiretap/Makefile.nmake
@@ -59,7 +59,7 @@ clean :
wiretap-*.exp \
wiretap-*.dll \
wiretap-*.dll.manifest \
- *.pdb
+ *.pdb *.sbr
#
# We remove the generated files with "distclean" because one of them,
diff --git a/wsutil/Makefile.nmake b/wsutil/Makefile.nmake
index 38f5718b5f..25c54f9ada 100644
--- a/wsutil/Makefile.nmake
+++ b/wsutil/Makefile.nmake
@@ -48,7 +48,7 @@ clean :
libwsutil.exp \
libwsutil.dll \
libwsutil.dll.manifest \
- *.pdb
+ *.pdb *.sbr
distclean: clean