aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/spnego/Makefile.nmake
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/spnego/Makefile.nmake')
-rw-r--r--asn1/spnego/Makefile.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/spnego/Makefile.nmake b/asn1/spnego/Makefile.nmake
index 6cf110c046..d99f44207d 100644
--- a/asn1/spnego/Makefile.nmake
+++ b/asn1/spnego/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