aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/spnego/Makefile.nmake
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-03-30 16:46:36 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-03-30 16:46:36 +0000
commit84fb70ef42d8cedf4a74e24e26d54b8bd49e0028 (patch)
tree35d0eba8f6f41fb0dddfa7b43edee76c30b26d12 /asn1/spnego/Makefile.nmake
parentf87b0f78ae476eb5444320a0fa986041d1571b62 (diff)
call OID subdissector for private extensiions, fix makefiles.
svn path=/trunk/; revision=17772
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