call OID subdissector for private extensiions, fix makefiles.
[obnox/wireshark/wip.git] / asn1 / MAP_Dialogue / Makefile.nmake
index d18717a7a3dd28f1e14649fb9b884d4fdc4507fb..8bb63e183431f5460f1770864112ec817ce11ca8 100644 (file)
@@ -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