From c8cb8c79ba63dbb3bf6e2fdf36c81c4552a33add Mon Sep 17 00:00:00 2001 From: Zardosht Kasheff Date: Wed, 3 Feb 2010 20:33:39 +0000 Subject: [PATCH] [t:2342], fix makefile for 5.1.43 to include an obj_dir git-svn-id: file:///svn/mysql/tokudb-engine/tokudb-engine@17509 c7de825b-a66e-492c-adef-691d508d4ae1 --- storage/tokudb/Makefile.win | 1 + 1 file changed, 1 insertion(+) diff --git a/storage/tokudb/Makefile.win b/storage/tokudb/Makefile.win index 42547756a1e..177cbcda94f 100644 --- a/storage/tokudb/Makefile.win +++ b/storage/tokudb/Makefile.win @@ -10,6 +10,7 @@ CMakeLists.txt: CMakeLists.in else CMakeLists.txt: CMakeLists.in sed -e "s?TOKUDB_DIR_REPLACE_ME?$(TOKUDB_DIR)?g" \ + -e "s?TOKUDB_OBJ_DIR_REPLACE_ME?$(TOKUDB_OBJ_DIR)?g" \ -e "s?TOKUDB_VERSION_REPLACE_ME?$(TOKUDB_VERSION)?g" < $< > $@ endif