Commit ef63d2e4 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@26101 c7de825b-a66e-492c-adef-691d508d4ae1
parent ac0e661a
......@@ -103,15 +103,15 @@ buildlocktrees: $(LOCKTREE) $(RANGETREE) ;
$(YDB): $(OBJS)
$(LIBRARY): $(YDB) $(LOCKTREE) $(RANGETREE) $(NEWBRT) $(DEPEND_COMPILE) $(DEPEND_LINK)
$(LIBRARY): $(NEWBRT) $(YDB) $(LOCKTREE) $(RANGETREE) $(DEPEND_COMPILE) $(DEPEND_LINK)
$(LIBRARY): LINK_FILES=ydb_lib.$(OEXT) $(YDB) $(LOCKTREE) $(RANGETREE) $(NEWBRT)
$(LIBRARY): LINK_FILES=ydb_lib.$(OEXT) $(NEWBRT) $(YDB) $(LOCKTREE) $(RANGETREE)
#Skip all BDB tests for CYGWIN+ICC
ifeq ($(CYGWIN),)
$(LIBRARY_S): $(patsubst %.$(AEXT),%.bundle, $(YDB) $(LOCKTREE) $(RANGETREE) $(NEWBRT) $(LIBPORTABILITY))
$(LIBRARY_S): $(patsubst %.$(AEXT),%.bundle, $(NEWBRT) $(YDB) $(LOCKTREE) $(RANGETREE) $(LIBPORTABILITY))
else ifneq ($(CC),icc)
$(LIBRARY_S): $(YDB) $(LOCKTREE) $(RANGETREE) $(NEWBRT) $(LIBPORTABILITY)
$(LIBRARY_S): $(NEWBRT) $(YDB) $(LOCKTREE) $(RANGETREE) $(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