From 59fea0df4cc623ed03297aebffd516bbe426bf36 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Mon, 24 Dec 2007 10:21:58 +0000 Subject: [PATCH] Update Win32 make_def to point to cross-tools correctly git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.2@6129 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/win32/dll/make_def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/win32/dll/make_def b/bacula/src/win32/dll/make_def index 89b036e058..1e6f884d0d 100755 --- a/bacula/src/win32/dll/make_def +++ b/bacula/src/win32/dll/make_def @@ -6,7 +6,7 @@ # Kern Sibbald, June 2007 # -NM=../../../../cross-tools/mingw32/mingw32/bin/nm +NM=../../../../../cross-tools/mingw32/mingw32/bin/nm echo "LIBRARY bacula.dll" echo "EXPORTS" -- 2.39.5