From 84fb70ef42d8cedf4a74e24e26d54b8bd49e0028 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Thu, 30 Mar 2006 16:46:36 +0000 Subject: call OID subdissector for private extensiions, fix makefiles. svn path=/trunk/; revision=17772 --- asn1/mms/Makefile.nmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'asn1/mms') diff --git a/asn1/mms/Makefile.nmake b/asn1/mms/Makefile.nmake index cd99128111..44b20e7f72 100644 --- a/asn1/mms/Makefile.nmake +++ b/asn1/mms/Makefile.nmake @@ -37,6 +37,6 @@ fix_eol: generate_dissector del /f packet-$(PROTOCOL_NAME).c.tmp packet-$(PROTOCOL_NAME).h.tmp copy_files: generate_dissector fix_eol - xcopy packet-$(PROTOCOL_NAME).c ..\..\epan\dissectors /d - xcopy packet-$(PROTOCOL_NAME).h ..\..\epan\dissectors /d + xcopy packet-$(PROTOCOL_NAME).c ..\..\epan\dissectors /d /y + xcopy packet-$(PROTOCOL_NAME).h ..\..\epan\dissectors /d /y -- cgit v1.2.3