aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/camel
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2005-09-07 13:26:23 +0000
committerGerald Combs <gerald@wireshark.org>2005-09-07 13:26:23 +0000
commitadce5ed6a569f05aaaed535cee5e224623349269 (patch)
tree3e17edb0ddf81333b090ab63698fcb64517847a0 /asn1/camel
parentcd88fb82d8389c2128334c9747113b509c993541 (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. svn path=/trunk/; revision=15710
Diffstat (limited to 'asn1/camel')
-rw-r--r--asn1/camel/Makefile.nmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/asn1/camel/Makefile.nmake b/asn1/camel/Makefile.nmake
index edcceffe16..312b450ce1 100644
--- a/asn1/camel/Makefile.nmake
+++ b/asn1/camel/Makefile.nmake
@@ -1,6 +1,6 @@
## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
#
-# $Id: Makefile.nmake 13077 2005-01-16 23:26:02Z lroland $
+# $Id$
include ../../config.nmake
@@ -37,5 +37,5 @@ 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