aboutsummaryrefslogtreecommitdiff
path: root/src/patch/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/patch/Makefile')
-rw-r--r--src/patch/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/patch/Makefile b/src/patch/Makefile
index 544e979..289ca67 100644
--- a/src/patch/Makefile
+++ b/src/patch/Makefile
@@ -1,5 +1,5 @@
# Makefile for AHFinderDirect src/util library
-# $Id: Makefile,v 1.2 2001-06-17 17:23:10 jthorn Exp $
+# $Id: Makefile,v 1.3 2001-07-19 12:30:22 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
@@ -84,7 +84,9 @@ $(LIB_CCFILES:.cc=.o) : %.o : %.cc
.PHONY : test
test : $(TEST_BINARIES)
-$(TEST_BINARIES): %: %.cc libahfutil.a ../libutil/libutil.a -lm
+$(TEST_BINARIES): %: %.cc libahfutil.a \
+ ../libinterp/libinterp.a ../libutil/libutil.a \
+ -lm
$(CXX) $(CXXFLAGS) -o $@ $^
.PHONY : clean