aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/portableapps/win32/Makefile.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2011-02-12 17:54:36 +0000
committerGerald Combs <gerald@wireshark.org>2011-02-12 17:54:36 +0000
commitb83634d5a93cfda6f94ea2defe1940fd50f05c61 (patch)
tree4babd67c2fa95da317d5e1c3314561935123f6a1 /packaging/portableapps/win32/Makefile.nmake
parent2620f1856916d336db608c6c5a33e3f5d23ca6f7 (diff)
Cygwin 1.7 is much pickier about paths. Pass a POSIX path to bash.
svn path=/trunk/; revision=35930
Diffstat (limited to 'packaging/portableapps/win32/Makefile.nmake')
-rw-r--r--packaging/portableapps/win32/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/portableapps/win32/Makefile.nmake b/packaging/portableapps/win32/Makefile.nmake
index ccecb499ba..840f3b3db6 100644
--- a/packaging/portableapps/win32/Makefile.nmake
+++ b/packaging/portableapps/win32/Makefile.nmake
@@ -97,7 +97,7 @@ source: WiresharkPortable.ini
findprocdll:
if not exist $(FINDPROCDLL) \
- @$(SH) $(TOPDIR)\tools\win32-setup.sh "$(WIN32_SETUP_OPT)" "$(WIRESHARK_LIBS)" \
+ @$(SH) ../../../tools/win32-setup.sh "$(WIN32_SETUP_OPT)" "$(WIRESHARK_LIBS)" \
$(NSIS_PLUGINS) FindProc.zip