From: Matthias Maier Date: Sat, 22 Sep 2012 08:59:06 +0000 (+0000) Subject: Remove the vpath directive from the Makefile. There are no object files X-Git-Tag: v8.0.0~1079^2~713 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69fdcdb7b435a076630f053f8aa116c1a403f8f0;p=dealii.git Remove the vpath directive from the Makefile. There are no object files at this place any more git-svn-id: https://svn.dealii.org/branches/branch_cmake@26629 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/config/Make.global_options.in b/deal.II/config/Make.global_options.in index adab5e3851..be1734be0d 100644 --- a/deal.II/config/Make.global_options.in +++ b/deal.II/config/Make.global_options.in @@ -136,20 +136,10 @@ TARGET = # TODO: Well, yes. ###################################################### # now configuration for compiler flags, paths, etc -# path for libraries - -LIBPATH += $(addprefix -L,$(LIBDIR)) - - -# add search path for libraries to make dependencies -vpath %@CMAKE_STATIC_LIBRARY_SUFFIX@ $(LIBDIR) -vpath %@CMAKE_SHARED_LIBRARY_SUFFIX@ $(LIBDIR) - OBJEXT = o # TODO: @CMAKE_CXX_OUTPUT_EXTENSION@ :-* EXEEXT = # TODO - # set paths to all the libraries we need: lib-deal2.o = ${DEAL_II_LIBRARIES} lib-deal2.g = ${DEAL_II_LIBRARIES}