summaryrefslogtreecommitdiff
path: root/TAO/rules.tao.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/rules.tao.GNU')
-rw-r--r--TAO/rules.tao.GNU7
1 files changed, 0 insertions, 7 deletions
diff --git a/TAO/rules.tao.GNU b/TAO/rules.tao.GNU
index f134c20a9b3..1e0ec64ddc7 100644
--- a/TAO/rules.tao.GNU
+++ b/TAO/rules.tao.GNU
@@ -13,13 +13,6 @@
####
TAO_ROOT ?= $(ACE_ROOT)/TAO
-ifeq (,$(findstring -L$(TAO_ROOT)/tao,$(LDFLAGS)))
- LDFLAGS += -L$(TAO_ROOT)/tao
-endif
-ifeq (,$(findstring -I$(TAO_ROOT),$(INCLDIRS)))
- INCLDIRS += -I$(TAO_ROOT)
-endif
-
ifeq ($(exceptions),0)
default:
echo "ERROR: Emulated exceptions are not safe to use anymore, see the NEWS file"