From ac6dc22dfff28b02c56640234945b0ae7ee59d2b Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 29 Nov 2006 06:34:06 +0000 Subject: [PATCH] Also link with on darwin git-svn-id: https://svn.dealii.org/trunk@14215 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/lac/Makefile b/deal.II/lac/Makefile index 081ae9beea..540bd2b045 100644 --- a/deal.II/lac/Makefile +++ b/deal.II/lac/Makefile @@ -66,9 +66,9 @@ ifneq ($(GXX-VERSION),compaq_cxx) deplibs.o += $(lib-contrib-petsc.o) endif - # for cygwin, also llapack and such are necessary - # we better link all libraries mentioned in $(libs) - ifeq ($(findstring cygwin,$(TARGET)),cygwin) + # for cygwin and darwin, also llapack and such are necessary + # we better link all libraries mentioned in $(LIBS) + ifneq ($(findstring cygwin,$(TARGET))$(findstring darwin,$(TARGET)),) deplibs.g += $(LIBS) deplibs.o += $(LIBS) endif -- 2.39.5