Switch to side-by-side view
--- a/src/utils/Makefile +++ b/src/utils/Makefile @@ -74,7 +74,7 @@ CONFTREE_OBJS= trconftree.o ../lib/pathut.o ../lib/smallut.o ../lib/conftree.o -trconftree : $(CONFTREE_OBJS) +trconftree : $(CONFTREE_OBJS) $(BIGLIB) $(CXX) $(ALL_CXXFLAGS) -o trconftree $(CONFTREE_OBJS) trconftree.o : conftree.cpp $(CXX) $(ALL_CXXFLAGS) -DTEST_CONFTREE -c -o trconftree.o \