aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2006-09-30 00:45:03 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2006-09-30 00:45:03 +0000
commit09ce20020e6b3caa7bdbed9f641b39239745d36d (patch)
tree0fcd4b1533f00712ee0d66f7fc96b9ccb99cc16f
parentcbae65a32887ab1096873137c9ab00a371e673ae (diff)
that wasn't a typo, xcopy can't rename files that way
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19372 f5534014-38df-0310-8fa8-9805f1628bb7
-rw-r--r--Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index f0f9a41561..a4233dc1d4 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -715,7 +715,7 @@ install-common-files:
xcopy ".\README.win32" $(INSTALL_DIR) /d
xcopy ".\AUTHORS-SHORT" $(INSTALL_DIR) /d
xcopy ".\COPYING" $(INSTALL_DIR) /d
- xcopy ".\NEWS" $(INSTALL_DIR)\NEWS.txt /d
+ copy ".\NEWS" $(INSTALL_DIR)\NEWS.txt /d
xcopy ".\cfilters" $(INSTALL_DIR) /d
xcopy ".\colorfilters" $(INSTALL_DIR) /d
xcopy ".\dfilters" $(INSTALL_DIR) /d