From 634ff4c22d1337c0dc66c5423493e3672f0630e9 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 23 Nov 1999 14:41:00 +0000 Subject: [PATCH] Set ACE path in Makefiles. git-svn-id: https://svn.dealii.org/trunk@1932 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/common/Make.global_options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5