From 68e0a476ea6101baa36c0dbae1cf81a0a0409f78 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 9 Aug 2012 08:39:30 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@25793 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/source/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/source/Makefile b/deal.II/source/Makefile index 2e997901b7..cd557128af 100644 --- a/deal.II/source/Makefile +++ b/deal.II/source/Makefile @@ -138,7 +138,7 @@ ifneq ($(GXX-VERSION),compaq_cxx) $(call DEAL_II_RPATH,$(DEAL_II_P4EST_DIR)/FAST/$(DEAL_II_P4EST_LIBDIR_NAME)) endif - # for cygwin and darwin, also llapack and such are necessary + # for cygwin and darwin, also lapack and such are necessary # we better link all libraries mentioned in $(LIBS) ifneq ($(findstring cygwin,$(TARGET))$(findstring darwin,$(TARGET)),) deplibs.g += $(LIBS) -- 2.39.5