summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2002-10-20 13:21:00 +0000
committerbala <balanatarajan@users.noreply.github.com>2002-10-20 13:21:00 +0000
commitb78569525577c99576cf4856f0691b0724cb7588 (patch)
treee537810c9741f72f35d0cd35799e67828e576e3a
parent22dac8adc505724abf7d1a4ac20c42d822aad890 (diff)
downloadATCD-b78569525577c99576cf4856f0691b0724cb7588.tar.gz
ChangeLogTag: Sun Oct 20 08:18:28 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
-rw-r--r--TAO/ChangeLog4
-rw-r--r--TAO/orbsvcs/ImplRepo_Service/Makefile7
2 files changed, 6 insertions, 5 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index b9d83da5179..e133b2442d4 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,7 @@
+Sun Oct 20 08:18:28 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
+
+ * orbsvcs/ImplRepo_Service/Makefile: Fixed a typo that broke the minimum builds.
+
Sun Oct 20 00:23:03 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
* orbsvcs/tests/LoadBalancing/GenericFactory/Application_Controlled/server.cpp:
diff --git a/TAO/orbsvcs/ImplRepo_Service/Makefile b/TAO/orbsvcs/ImplRepo_Service/Makefile
index f1bd5fe5a1d..df0a1d1be2c 100644
--- a/TAO/orbsvcs/ImplRepo_Service/Makefile
+++ b/TAO/orbsvcs/ImplRepo_Service/Makefile
@@ -58,11 +58,6 @@ BIN2 = ImplRepo_Service \
ImR_Activator \
tao_imr
-#### If the TAO orbsvcs library wasn't built with sufficient components,
-#### don't try to build here.
-TAO_ORBSVCS := $(shell sh $(ACE_ROOT)/bin/ace_components --orbsvcs)
- BIN = $(BIN2)
-
#----------------------------------------------------------------------------
# Include macros and targets
#----------------------------------------------------------------------------
@@ -71,6 +66,8 @@ include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
include $(ACE_ROOT)/include/makeinclude/macros.GNU
include $(TAO_ROOT)/rules.tao.GNU
+#### If the TAO orbsvcs library wasn't built with sufficient components,
+#### don't try to build here.
TAO_ORBSVCS := $(shell sh $(ACE_ROOT)/bin/ace_components --orbsvcs)
ifeq (Naming,$(findstring Naming,$(TAO_ORBSVCS)))
ifeq (ImplRepo,$(findstring ImplRepo,$(TAO_ORBSVCS)))