summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2008-07-02 01:43:50 +0000
committerGuy Harris <guy@alum.mit.edu>2008-07-02 01:43:50 +0000
commit40773753adb08df3eebefabfae29a28783fe5b48 (patch)
treec2e7591ddedcfcfdd44e367b6497a2fb5ea9f088
parentb5fc663751f53be7a54be1bcb84179bf75457588 (diff)
downloadwireshark-40773753adb08df3eebefabfae29a28783fe5b48.tar.gz
Get rid of a misleading comment (it says "no need to modify anything
under here", right above a comment that tells you what you need to modify under there...). svn path=/trunk/; revision=25655
-rw-r--r--plugins/Makefile.nmake5
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/Makefile.nmake b/plugins/Makefile.nmake
index 3de485f9d0..8e72086a60 100644
--- a/plugins/Makefile.nmake
+++ b/plugins/Makefile.nmake
@@ -4,8 +4,6 @@
include ..\config.nmake
-############### no need to modify below this line #########
-
## To add a plugin: Add entry to process-plugins and to install-plugins
all:
@@ -160,6 +158,3 @@ install-plugins:
clean-deps:
rm -rf $(VERSION)
-
-
-