From: Wolfgang Bangerth Date: Thu, 9 Aug 2012 08:39:30 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v8.0.0~2366 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68e0a476ea6101baa36c0dbae1cf81a0a0409f78;p=dealii.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@25793 0785d39b-7218-0410-832d-ea1e28bc413d --- 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)