From 824e341c9ac40e8b872b65c7909d79e67008b264 Mon Sep 17 00:00:00 2001 From: dockes Date: Thu, 19 Jan 2006 12:03:22 +0000 Subject: [PATCH] *** empty log message *** --- src/utils/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/Makefile b/src/utils/Makefile index fbe3da63..a509ed92 100644 --- a/src/utils/Makefile +++ b/src/utils/Makefile @@ -17,7 +17,7 @@ trfstreewalk.o : fstreewalk.cpp fstreewalk.h $(CXX) -o trfstreewalk.o -c $(ALL_CXXFLAGS) \ -DTEST_FSTREEWALK fstreewalk.cpp -PATHUT_OBJS= trpathut.o pathut.o $(BIGLIB) +PATHUT_OBJS= trpathut.o $(BIGLIB) trpathut : $(PATHUT_OBJS) $(CXX) $(ALL_CXXFLAGS) -o trpathut $(PATHUT_OBJS) trpathut.o : pathut.cpp pathut.h