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