]> granicus.if.org Git - python/commitdiff
Don't rebuild Berkeley DB if not needed (this was committed by accident).
authorThomas Heller <theller@ctypes.org>
Tue, 12 Jun 2007 19:56:12 +0000 (19:56 +0000)
committerThomas Heller <theller@ctypes.org>
Tue, 12 Jun 2007 19:56:12 +0000 (19:56 +0000)
Tools/buildbot/external-amd64.bat

index 7442af5dac133590733451fd9164649243556c7f..dac8cb3df8356537b0b0d45c540b58175aaa2535 100644 (file)
@@ -27,7 +27,7 @@ if not exist bzip2-1.0.3 svn export http://svn.python.org/projects/external/bzip
 
 @rem Sleepycat db
 if not exist db-4.4.20 svn export http://svn.python.org/projects/external/db-4.4.20
-if not exist "db-4.4.20\build_win32\Release_AMD64\libdb44s.lib_XXX" (
+if not exist "db-4.4.20\build_win32\Release_AMD64\libdb44s.lib" (
    cd db-4.4.20\build_win32
    devenv Berkeley_DB.sln /build "Release AMD64" /project db_static /useenv
    cd ..\..