diff options
author | Ulf Lamping <ulf.lamping@web.de> | 2006-09-30 00:45:03 +0000 |
---|---|---|
committer | Ulf Lamping <ulf.lamping@web.de> | 2006-09-30 00:45:03 +0000 |
commit | e3883affddd5f510a31e87afc427b63aa707a08a (patch) | |
tree | 0fcd4b1533f00712ee0d66f7fc96b9ccb99cc16f /Makefile.nmake | |
parent | 0afdb9be789eb99a5529653e07cfcc825e90b4b8 (diff) | |
download | wireshark-e3883affddd5f510a31e87afc427b63aa707a08a.tar.gz wireshark-e3883affddd5f510a31e87afc427b63aa707a08a.tar.bz2 wireshark-e3883affddd5f510a31e87afc427b63aa707a08a.zip |
that wasn't a typo, xcopy can't rename files that way
svn path=/trunk/; revision=19372
Diffstat (limited to 'Makefile.nmake')
-rw-r--r-- | Makefile.nmake | 2 |
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 |