aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ros/Makefile.nmake
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2005-12-14 21:04:42 +0000
committerAnders Broman <anders.broman@ericsson.com>2005-12-14 21:04:42 +0000
commitf3c3b8f57780c20a79c4db295e9f7fea2630c5ad (patch)
tree5e3e25df5bc3ca9617ebc85ad58bf0a964ed2612 /asn1/ros/Makefile.nmake
parent404b556084233771a3425f4347d9b2f4a2d0c943 (diff)
Add makefiles
svn path=/trunk/; revision=16800
Diffstat (limited to 'asn1/ros/Makefile.nmake')
-rw-r--r--asn1/ros/Makefile.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/ros/Makefile.nmake b/asn1/ros/Makefile.nmake
index ac814bcbab..43735a3d93 100644
--- a/asn1/ros/Makefile.nmake
+++ b/asn1/ros/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