From: 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-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed4807b111d4c86b930c235a3fa985aed0e0661e;p=dealii-svn.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}