From e7e39901aa8571e9d46acb7ecdb4fbc5f0e62121 Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 10 Sep 2009 02:34:12 +0000 Subject: [PATCH] Use correct way to describe a library. git-svn-id: https://svn.dealii.org/trunk@19427 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/contrib/hsl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/contrib/hsl/Makefile b/deal.II/contrib/hsl/Makefile index ed83b2b08e..7783f95244 100644 --- a/deal.II/contrib/hsl/Makefile +++ b/deal.II/contrib/hsl/Makefile @@ -47,7 +47,7 @@ $(LIBDIR)/libhsl$(shared-lib-suffix): $(forward-declarations) $(o-files) # has actually nothing much to do, compile it in debug mode $(LIBDIR)/bin/detached_ma27$(EXEEXT): \ $(LIBDIR)/contrib/hsl/detached_ma27.$(OBJEXT) \ - -lhsl + $(LIBDIR)/libhsl$(lib-suffix) @echo =====hsl=========================$(MT)== Making $(@F) @$(CXX) $(CXXFLAGS.g) $^ -o $@ $(F77LIBS) -lpthread $(LIBS) -- 2.39.5