aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
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 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