summaryrefslogtreecommitdiff
path: root/TAO/rules.tao.GNU
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-09-16 11:59:41 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-09-16 11:59:41 +0000
commite7d68d348c0369c0f3b3f566481e561907593e7d (patch)
tree2907fdf14f7eca2e406adef8b56d73db5d1cfccb /TAO/rules.tao.GNU
parent313939ee0d7df7a6226e1302c22aee4272555e47 (diff)
downloadATCD-e7d68d348c0369c0f3b3f566481e561907593e7d.tar.gz
Tue Sep 16 11:59:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
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"