From: Kern Sibbald Date: Fri, 23 Apr 2004 21:38:05 +0000 (+0000) Subject: fix typo X-Git-Tag: Release-1.34.3~113 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=06b56040d9fbd583c521a44ea72507c5ef871052;p=bacula%2Fbacula fix typo git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1286 91ce42f0-d328-0410-95d8-f526ca767f89 --- 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