]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix typo.
authorRobert Nelson <robertn@the-nelsons.org>
Fri, 8 Dec 2006 00:21:31 +0000 (00:21 +0000)
committerRobert Nelson <robertn@the-nelsons.org>
Fri, 8 Dec 2006 00:21:31 +0000 (00:21 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3770 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/win32/build-depkgs-mingw32

index 8a9915495471a86b66d0a28476f42f5d96bc103e..1453090dd2df5e49eedfd3a31622491f5159ea76 100644 (file)
@@ -443,9 +443,9 @@ process_stab2cv()
                 ./configure --prefix=${DEPPKG_DIR}/tools \
                             >make.log 2>&1
         fi
-        echo Building stab2c
+        echo Building stab2cv
         do_make Makefile 
-        echo Installing stab2c
+        echo Installing stab2cv
         do_make Makefile install
 }