Commit 631ecce8 authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

#3054 fix the ydb makefile deps refs[t:3054]

git-svn-id: file:///svn/toku/tokudb@26106 c7de825b-a66e-492c-adef-691d508d4ae1
parent 53ca4f04
...@@ -42,6 +42,7 @@ OBJS_RAW = \ ...@@ -42,6 +42,7 @@ OBJS_RAW = \
#\end #\end
#OBJS automatically defined. #OBJS automatically defined.
loader.$(OEXT): $(LOG_HEADER) loader.$(OEXT): $(LOG_HEADER)
ydb.$(OEXT): $(LOG_HEADER)
LIBRARIES= LIBRARIES=
...@@ -103,7 +104,7 @@ buildlocktrees: $(LOCKTREE) $(RANGETREE) ; ...@@ -103,7 +104,7 @@ buildlocktrees: $(LOCKTREE) $(RANGETREE) ;
$(YDB): $(OBJS) $(YDB): $(OBJS)
$(LIBRARY): $(NEWBRT) $(YDB) $(LOCKTREE) $(RANGETREE) $(DEPEND_COMPILE) $(DEPEND_LINK) $(LIBRARY): $(YDB) $(LOCKTREE) $(RANGETREE) $(NEWBRT) $(DEPEND_COMPILE) $(DEPEND_LINK)
$(LIBRARY): LINK_FILES=ydb_lib.$(OEXT) $(YDB) $(LOCKTREE) $(RANGETREE) $(NEWBRT) $(LIBRARY): LINK_FILES=ydb_lib.$(OEXT) $(YDB) $(LOCKTREE) $(RANGETREE) $(NEWBRT)
......
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