From 37769a5fda21d44508220cc4498ec956f7ac25c5 Mon Sep 17 00:00:00 2001 From: etxrab Date: Thu, 30 Mar 2006 16:46:36 +0000 Subject: call OID subdissector for private extensiions, fix makefiles. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17772 f5534014-38df-0310-8fa8-9805f1628bb7 --- asn1/mms/Makefile.nmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'asn1/mms/Makefile.nmake') 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