From: hartmann Date: Thu, 3 Jun 2004 15:31:05 +0000 (+0000) Subject: Remove lines which are already given in Make.global_options X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b76dcda31e51bfce15a434977c55114873b396c5;p=dealii-svn.git Remove lines which are already given in Make.global_options git-svn-id: https://svn.dealii.org/trunk@9373 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lib/Makefile b/deal.II/lib/Makefile index 97de411420..575c6e8c89 100644 --- a/deal.II/lib/Makefile +++ b/deal.II/lib/Makefile @@ -38,8 +38,6 @@ ifeq ($(USE_CONTRIB_PETSC),yes) # There is one gotcha: PETSc has a habit of making incompatible changes by # simply changing the names of libraries between different versions. That # really is too bad, so we have to conditionalize things. - lib-contrib-petsc-path.g = $(DEAL_II_PETSC_DIR)/lib/libg_c++/$(DEAL_II_PETSC_ARCH) - lib-contrib-petsc-path.o = $(DEAL_II_PETSC_DIR)/lib/libO_c++/$(DEAL_II_PETSC_ARCH) ifeq ($(DEAL_II_PETSC_VERSION_MINOR),1) xlib-ksp=libpetscsles else