From: bangerth Date: Sun, 26 Oct 2008 23:47:55 +0000 (+0000) Subject: Patch by Christian Cornelssen: Fix an obvious misspelling. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cf6fd296d1912b7ce4e4fe8e249b78da01d8155;p=dealii-svn.git Patch by Christian Cornelssen: Fix an obvious misspelling. git-svn-id: https://svn.dealii.org/trunk@17342 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/common/Make.global_options.in b/deal.II/common/Make.global_options.in index 5ed9b80344..a5859e7b43 100644 --- a/deal.II/common/Make.global_options.in +++ b/deal.II/common/Make.global_options.in @@ -117,7 +117,7 @@ DEAL_II_SHLIB_NAME = lib$(1)$(shared-lib-suffix).$(DEAL_II_VERSION) ifeq (@DEAL_II_LD_UNDERSTANDS_SONAME@,yes) DEAL_II_ADD_SONAME = -Wl,-soname,$(call DEAL_II_SHLIB_NAME,$(1)) else - ifeq (@DEAL_II_LD_UNDERSTANDS_SONAME@,yes) + ifeq (@DEAL_II_LD_UNDERSTANDS_DYLIB_INSTALL_NAME@,yes) DEAL_II_ADD_SONAME = -Wl,-dylib_install_name -Wl,$(call DEAL_II_SHLIB_NAME,$(1)) else DEAL_II_ADD_SONAME =