From: Wolfgang Bangerth Date: Fri, 31 Aug 2012 18:28:04 +0000 (+0000) Subject: Fix a problem where the wrong file was deleted in r26004. X-Git-Tag: v8.0.0~2198 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bf028c4613dee52a034e18805932d917fca6f5d;p=dealii.git Fix a problem where the wrong file was deleted in r26004. git-svn-id: https://svn.dealii.org/trunk@26190 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/Makefile b/deal.II/source/Makefile index 9809e6b168..ba6ba15c31 100644 --- a/deal.II/source/Makefile +++ b/deal.II/source/Makefile @@ -180,7 +180,7 @@ $(LIBDIR)/libdeal_II.g$(shared-lib-suffix): $(go-files) $(extra-g.o-files) $(LIBDIR)/libdeal_II$(shared-lib-suffix): $(o-files) $(extra-o-files) @echo "=====deal.II==========optimized==$(MT)== Linking library: $(@F)" - @rm -f $@ $(LIBDIR)/$(call DEAL_II_SHLIB_NAME,deal_II.g) + @rm -f $@ $(LIBDIR)/$(call DEAL_II_SHLIB_NAME,deal_II) @WORKFILE=`mktemp $${TMPDIR:-/tmp}/tmpo.XXXXXXXXXX` && \ $(SHLIBLD) $(LDFLAGS) $(SHLIBFLAGS) -o $$WORKFILE $(call DEAL_II_ADD_SONAME,deal_II) $(o-files) $(extra-o-files) $(deplibs.o) && \ mv $$WORKFILE $(LIBDIR)/$(call DEAL_II_SHLIB_NAME,deal_II)