summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Makefile.LoadBalancing
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2000-06-14 21:23:57 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2000-06-14 21:23:57 +0000
commit1be1b3b69133bf79771f32a58fec72ec785d2ed1 (patch)
tree0ce28f1e1335859aa43146767fa32127c07a5ce4 /TAO/orbsvcs/orbsvcs/Makefile.LoadBalancing
parent7c74ead001c2bf73f1b865887fc61ac778052a08 (diff)
downloadATCD-1be1b3b69133bf79771f32a58fec72ec785d2ed1.tar.gz
ChangeLogTag:Wed Jun 14 14:21:44 2000 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Makefile.LoadBalancing')
-rw-r--r--TAO/orbsvcs/orbsvcs/Makefile.LoadBalancing2
1 files changed, 0 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Makefile.LoadBalancing b/TAO/orbsvcs/orbsvcs/Makefile.LoadBalancing
index d4e0f041fe2..20317f775b9 100644
--- a/TAO/orbsvcs/orbsvcs/Makefile.LoadBalancing
+++ b/TAO/orbsvcs/orbsvcs/Makefile.LoadBalancing
@@ -66,8 +66,6 @@ CPPFLAGS += -I$(TAO_ROOT) -I$(TAO_ROOT)/orbsvcs
.PRECIOUS: $(foreach file, $(IDL_SRCS), $(foreach ext, $(IDL_EXT), $(file)$(ext))))
-idl_stubs: $(addsuffix .h, $(IDL_FILES))
-
realclean: clean
-$(RM) $(foreach file, $(IDL_SRCS), $(foreach ext, $(IDL_EXT), $(file)$(ext)))