aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/jtutil/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jtutil/Makefile b/src/jtutil/Makefile
index cd96f90..c0bae45 100644
--- a/src/jtutil/Makefile
+++ b/src/jtutil/Makefile
@@ -1,5 +1,5 @@
# Makefile for utility libraries
-# $Id: Makefile,v 1.6 2001-06-29 13:38:58 jthorn Exp $
+# $Id: Makefile,v 1.7 2001-07-03 11:01:09 jthorn Exp $
#
# This Makefile can be called either as part of a Cactus build
# (in which case it expects the usual Cactus Makefile variables to be
@@ -87,7 +87,7 @@ $(LIB_CCFILES:.cc=.o) : %.o : %.cc
.PHONY : test
test : $(TEST_BINARIES)
-$(TEST_BINARIES): %: %.cc -lutil
+$(TEST_BINARIES): %: %.cc $(wildcard *.a) ../libutil/libutil.a -lm
$(CXX) $(CXXFLAGS) -o $@ $^
.PHONY : cg