aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-09-29 05:53:47 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-09-29 05:53:47 +0000
commitfdd6b40b4b134a85c5a1cb0c525b3a112662178d (patch)
tree6c670b8e11c26579fd74f2a41286b66895579655 /Makefile.nmake
parent216cb9eec0372547a980b5de190f6091586eb413 (diff)
Fixa a typo copy -> xcopy
svn path=/trunk/; revision=19357
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index a4233dc1d4..f0f9a41561 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
- copy ".\NEWS" $(INSTALL_DIR)\NEWS.txt /d
+ xcopy ".\NEWS" $(INSTALL_DIR)\NEWS.txt /d
xcopy ".\cfilters" $(INSTALL_DIR) /d
xcopy ".\colorfilters" $(INSTALL_DIR) /d
xcopy ".\dfilters" $(INSTALL_DIR) /d