as noted by Anders Broman: the Win2000 version of copy don't like the /d switch

svn path=/trunk/; revision=19395
This commit is contained in:
Ulf Lamping 2006-10-02 19:07:01 +00:00
parent d0c38312a4
commit 0be3b04cb1
1 changed files with 1 additions and 1 deletions

View File

@ -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
copy ".\NEWS" $(INSTALL_DIR)\NEWS.txt
xcopy ".\cfilters" $(INSTALL_DIR) /d
xcopy ".\colorfilters" $(INSTALL_DIR) /d
xcopy ".\dfilters" $(INSTALL_DIR) /d