From f53776f55833e545e1a730cbf63b211c5a7d9532 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Fri, 7 Jul 2006 00:33:52 +0000 Subject: [PATCH] Fixed an error. --- test_problems/cathermo/HMW_test_1/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_problems/cathermo/HMW_test_1/Makefile.in b/test_problems/cathermo/HMW_test_1/Makefile.in index 67e13e60e..74a211d9f 100644 --- a/test_problems/cathermo/HMW_test_1/Makefile.in +++ b/test_problems/cathermo/HMW_test_1/Makefile.in @@ -15,7 +15,7 @@ PROG_NAME = HMW_test_1 # the object files to be linked together. List those generated from Fortran # and from C/C++ separately -OBJS = HMW_test_1 +OBJS = HMW_test_1.o # Location of the current build. Will assume that tests are run # in the source directory tree location