diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-07-14 19:07:58 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-07-14 19:07:58 +0000 |
commit | f79989b5a1f242e1150a8e42d3bfe3d4f6349544 (patch) | |
tree | c68dfce99dd2579130f9c46605cb3dcf07b46399 /TAO/orbsvcs/tests/Bug_1395_Regression | |
parent | 3fc8079d7d193b842e583108dfca1e3f62a23a23 (diff) | |
download | ATCD-f79989b5a1f242e1150a8e42d3bfe3d4f6349544.tar.gz |
ChangeLogTag: Mon Jul 14 18:50:52 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/tests/Bug_1395_Regression')
-rw-r--r-- | TAO/orbsvcs/tests/Bug_1395_Regression/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/TAO/orbsvcs/tests/Bug_1395_Regression/Makefile b/TAO/orbsvcs/tests/Bug_1395_Regression/Makefile index 6abffaea28d..69b4f1a1da0 100644 --- a/TAO/orbsvcs/tests/Bug_1395_Regression/Makefile +++ b/TAO/orbsvcs/tests/Bug_1395_Regression/Makefile @@ -11,11 +11,6 @@ MFILES = \ Makefile.Bug_1395_Client $(TARGETS_NESTED): -ifneq (Windows,$(findstring Windows,$(OS))) @for file in $(MFILES); do \ $(MAKE) -f `basename $$file` -C `dirname $$file` $(@); \ done -else - -@cmd /c "$(MAKE) -f Makefile.Bug_1395_Server -C . $(@)" - -@cmd /c "$(MAKE) -f Makefile.Bug_1395_Client -C . $(@)" -endif |