aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/docsis
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2007-01-03 06:06:53 +0000
committerUlf Lamping <ulf.lamping@web.de>2007-01-03 06:06:53 +0000
commitd53f947b16758a01f08b426d8e85c837a488da81 (patch)
tree3621cb9491983e06c84d9224f6fe232a4eeb8156 /plugins/docsis
parent59cebb950f7002df6c08365b1eeb2bb2e4c394ef (diff)
clean should also remove generated plugin.c and manifest files
svn path=/trunk/; revision=20291
Diffstat (limited to 'plugins/docsis')
-rw-r--r--plugins/docsis/Makefile.nmake5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/docsis/Makefile.nmake b/plugins/docsis/Makefile.nmake
index 4e89cf9b32..e6efe80b88 100644
--- a/plugins/docsis/Makefile.nmake
+++ b/plugins/docsis/Makefile.nmake
@@ -85,8 +85,9 @@ plugin.c: $(DISSECTOR_SRC)
!ENDIF
clean:
- rm -f $(OBJECTS) $(PLUGIN_NAME).dll $(PLUGIN_NAME).exp \
- $(RESOURCE) $(PLUGIN_NAME).rc $(PLUGIN_NAME).lib *.pdb
+ rm -f $(OBJECTS) $(RESOURCE) plugin.c *.pdb \
+ $(PLUGIN_NAME).dll $(PLUGIN_NAME).dll.manifest $(PLUGIN_NAME).lib \
+ $(PLUGIN_NAME).exp $(PLUGIN_NAME).rc
distclean: clean