aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2005-09-06 18:41:25 +0000
committerGerald Combs <gerald@wireshark.org>2005-09-06 18:41:25 +0000
commit00f087b2f004f595d615686ec28f9622a0d046ef (patch)
tree886bf9367cc3245337d4d3746dd48d3e5795c2d4 /plugins/Makefile.nmake
parent4029a91b8baa109f854cfab6f3d9db9b8d05737c (diff)
In doc/Makefile.nmake, use the "install-deps" target from the root
Makefile.nmake instead of doing our own XCOPYing. Use the "clean-deps" target when we're done instead of leaving DLLs lying around. Normalize the use of underscores vs hyphens in the "clean-deps" target. svn path=/trunk/; revision=15704
Diffstat (limited to 'plugins/Makefile.nmake')
-rw-r--r--plugins/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Makefile.nmake b/plugins/Makefile.nmake
index fb2053fb40..f9d33f6d70 100644
--- a/plugins/Makefile.nmake
+++ b/plugins/Makefile.nmake
@@ -339,7 +339,7 @@ install-plugins:
xcopy xml\*.dll $(VERSION) /d /y
!ENDIF
-clean_deps:
+clean-deps:
rm -rf $(VERSION)