]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix a problem where the wrong file was deleted in r26004.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 31 Aug 2012 18:28:04 +0000 (18:28 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 31 Aug 2012 18:28:04 +0000 (18:28 +0000)
git-svn-id: https://svn.dealii.org/trunk@26190 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/Makefile

index 9809e6b16832209c249a42dfc07cd3a7a7e1c771..ba6ba15c31eecf10542498cc453a61ef9e6e6814 100644 (file)
@@ -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)

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.