From 06b56040d9fbd583c521a44ea72507c5ef871052 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Fri, 23 Apr 2004 21:38:05 +0000 Subject: [PATCH] fix typo git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1286 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/win32/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/win32/Makefile.in b/bacula/src/win32/Makefile.in index 678be1f2a9..9db215650a 100644 --- a/bacula/src/win32/Makefile.in +++ b/bacula/src/win32/Makefile.in @@ -22,7 +22,7 @@ bconsole: (cd console; env MAKEFLAGS= ${NMAKE} CFG="console - Win32 Release" /f console.mak) wx-console: - (cd wx-console; env MAKEFLAGS= ${NMAKE} CFG="console - Win32 Release" /f wx-console.mak) + (cd wx-console; env MAKEFLAGS= ${NMAKE} CFG="wx-console - Win32 Release" /f wx-console.mak) # # Quickie debug installation -- 2.39.5