From c0be175149388afa26b5c8b0e754c8d0c8e12d09 Mon Sep 17 00:00:00 2001 From: Eduard Valeyev Date: Wed, 13 May 2015 17:58:57 -0400 Subject: [PATCH] Minor Makefile fix. --- tests/hartree-fock/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/hartree-fock/Makefile b/tests/hartree-fock/Makefile index b0e3d356a..a2d2f9c40 100644 --- a/tests/hartree-fock/Makefile +++ b/tests/hartree-fock/Makefile @@ -9,7 +9,7 @@ CPPFLAGS += -I$(TOPDIR)/include -I$(TOPDIR)/include/libint2 -I$(SRCDIR)/$(TOPDIR COMPILER_LIB = $(TOPDIR)/src/bin/libint/libINT.a COMPUTE_LIB = -lint2 -VPATH = $(TOPDIR)/lib:$(TOPDIR)/lib/.libs +vpath %.a $(TOPDIR)/lib:$(TOPDIR)/lib/.libs OBJSUF = o DEPSUF = d