aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-07-25 00:47:11 +0000
committerGerald Combs <gerald@wireshark.org>2012-07-25 00:47:11 +0000
commitb10b774bc668f8baec0f09b447d2c07cad201646 (patch)
treefe09aefb66a438f4bee50001feafc1c05a5b2968 /Makefile.nmake
parent6d0149175a6301423b98ea724f125a275af5d47d (diff)
Make sure xcopy can figure things out on its own.
svn path=/trunk/; revision=43979
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 6bd89441a0..5ba8d811bc 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -1030,9 +1030,9 @@ install-generated-files:
xcopy ".\wsutil\libwsutil.dll" $(INSTALL_DIR) /d
if exist ".\wsutil\libwsutil.lib" xcopy ".\wsutil\libwsutil.lib" $(INSTALL_DIR) /d
if exist ".\wsutil\libwsutil.pdb" xcopy ".\wsutil\libwsutil.pdb" $(INSTALL_DIR) /d
- if exist wireshark.exe xcopy wireshark.exe $(INSTALL_DIR)\wireshark.exe /d
- if exist wireshark.pdb xcopy wireshark.pdb $(INSTALL_DIR)\wireshark.pdb /d
- if exist wireshark.bsc xcopy wireshark.bsc $(INSTALL_DIR)\wireshark.bsc /d
+ if exist wireshark.exe xcopy wireshark.exe $(INSTALL_DIR) /d
+ if exist wireshark.pdb xcopy wireshark.pdb $(INSTALL_DIR) /d
+ if exist wireshark.bsc xcopy wireshark.bsc $(INSTALL_DIR) /d
if exist ".\docbook\user-guide.chm" xcopy ".\docbook\user-guide.chm" $(INSTALL_DIR) /d
if exist capinfos.exe xcopy capinfos.exe $(INSTALL_DIR) /d
if exist capinfos.pdb xcopy capinfos.pdb $(INSTALL_DIR) /d