summaryrefslogtreecommitdiff
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorLars Roland <Lars.Roland@gmx.net>2005-03-17 00:10:23 +0000
committerLars Roland <Lars.Roland@gmx.net>2005-03-17 00:10:23 +0000
commitaf529a9fb0b955189619f0113ada0e0a44e5f56b (patch)
treeafbd5aa9a7e48cb8b3f37b75f14554a06be075ac /Makefile.nmake
parentda00482b66a0a33c9129a8abe3d2c856d3235e8a (diff)
downloadwireshark-af529a9fb0b955189619f0113ada0e0a44e5f56b.tar.gz
Clean up.
Remove obsolete plugin address table and related files. Remove related targets from various makefiles. svn path=/trunk/; revision=13787
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index fdde302340..7022520aaf 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -507,7 +507,3 @@ clean_setup:
rm -r -f $(ETHEREAL_LIBS)/gtk2
rm -r -f $(ETHEREAL_LIBS)/gtk-wimp
-update_plugin_api: config.h
- cd plugins
- $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake xyzzy
- cd ..