aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/mms/Makefile.nmake
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2005-09-07 13:26:23 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2005-09-07 13:26:23 +0000
commit75c465570adb7e8c9c52af517bfffbc49a10bb97 (patch)
tree3e17edb0ddf81333b090ab63698fcb64517847a0 /asn1/mms/Makefile.nmake
parent96ce9a7b3b21ad1ddc0ae3de758d0590c68c4b7d (diff)
Set "COPYCMD=/Y" and remove the "/Y" from each XCOPY command in order
to fix compilation under Windows NT. This should fix bug 403. The changes were made using "find . -name Makefile.nmake | xargs perl -pi.bak -e 's: /y::i'". They appear to work under XP, but if anything broke I blame Larry Wall. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15710 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1/mms/Makefile.nmake')
-rw-r--r--asn1/mms/Makefile.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/mms/Makefile.nmake b/asn1/mms/Makefile.nmake
index 1090c7674c..6a4d74bc29 100644
--- a/asn1/mms/Makefile.nmake
+++ b/asn1/mms/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 /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