Set "COPYCMD=/Y" and remove the "/Y" from each XCOPY command in order
[obnox/wireshark/wip.git] / asn1 / x509ce / Makefile.nmake
index 4887b45b363fd85fe0f2b6ec4ba24c2e70ad9431..64e8083e6069dad30ff9e4301e7cad11efd88ea6 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 /y
-       xcopy packet-$(PROTOCOL_NAME).h ..\..\epan\dissectors /d /y
+       xcopy packet-$(PROTOCOL_NAME).c ..\..\epan\dissectors /d
+       xcopy packet-$(PROTOCOL_NAME).h ..\..\epan\dissectors /d