]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix thinko: we give absolute paths to libs, so no need to specify -l
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 23 May 2001 09:34:45 +0000 (09:34 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 23 May 2001 09:34:45 +0000 (09:34 +0000)
as well.

git-svn-id: https://svn.dealii.org/trunk@4713 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/common/Make.global_options.in

index f4b0b199859e2644cf389f950a5c1a50e0b747ee..afd16ca34bcbe8c6c67f238e988f483edcf0fb43 100644 (file)
@@ -123,7 +123,7 @@ ifneq ($(with-multithreading),no)
   LIBPATH    += -L$(ACE_ROOT)/ace
 
   lib-ACE     = $(ACE_ROOT)/ace/libACE.so
-  LIBS       += -l$(lib-ACE)
+  LIBS       += $(lib-ACE)
 
   vpath %.a $(ACE_ROOT)
 endif

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.