From: wolf Date: Tue, 23 Nov 1999 14:41:00 +0000 (+0000) Subject: Set ACE path in Makefiles. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=634ff4c22d1337c0dc66c5423493e3672f0630e9;p=dealii-svn.git Set ACE path in Makefiles. git-svn-id: https://svn.dealii.org/trunk@1932 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/common/Make.global_options b/deal.II/common/Make.global_options index d73b982d94..ebdf6483de 100644 --- a/deal.II/common/Make.global_options +++ b/deal.II/common/Make.global_options @@ -28,7 +28,7 @@ CXXFLAGS.o= -O2 -Wuninitialized -ffast-math \ # DEAL_II_USE_MT=true ifeq ($(DEAL_II_USE_MT),true) - INCLUDE += -I $(shell echo $$ACE_ROOT) + INCLUDE += -I $(ACE_ROOT) CXXFLAGS.g += -DDEAL_II_USE_MT CXXFLAGS.o += -DDEAL_II_USE_MT