Commit 53ca4f04 authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

#3054 change ydb makefile deps refs[t:3054]

git-svn-id: file:///svn/toku/tokudb@26102 c7de825b-a66e-492c-adef-691d508d4ae1
parent ef63d2e4
......@@ -105,13 +105,13 @@ $(YDB): $(OBJS)
$(LIBRARY): $(NEWBRT) $(YDB) $(LOCKTREE) $(RANGETREE) $(DEPEND_COMPILE) $(DEPEND_LINK)
$(LIBRARY): LINK_FILES=ydb_lib.$(OEXT) $(NEWBRT) $(YDB) $(LOCKTREE) $(RANGETREE)
$(LIBRARY): LINK_FILES=ydb_lib.$(OEXT) $(YDB) $(LOCKTREE) $(RANGETREE) $(NEWBRT)
#Skip all BDB tests for CYGWIN+ICC
ifeq ($(CYGWIN),)
$(LIBRARY_S): $(patsubst %.$(AEXT),%.bundle, $(NEWBRT) $(YDB) $(LOCKTREE) $(RANGETREE) $(LIBPORTABILITY))
$(LIBRARY_S): $(patsubst %.$(AEXT),%.bundle, $(YDB) $(LOCKTREE) $(RANGETREE) $(NEWBRT) $(LIBPORTABILITY))
else ifneq ($(CC),icc)
$(LIBRARY_S): $(NEWBRT) $(YDB) $(LOCKTREE) $(RANGETREE) $(LIBPORTABILITY)
$(LIBRARY_S): $(YDB) $(LOCKTREE) $(RANGETREE) $(NEWBRT) $(LIBPORTABILITY)
else
$(LIBRARY) $(LIBRARY_S):
echo "Dynamic tokudb in windows is deprecated"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment