summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-11 20:08:56 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-11 20:08:56 +0000
commitd1da4929475db3de899c7e245979b69c586ed2ed (patch)
tree7d99a9a35dd5cb36b08e9fb0fbe2c9309ca31f4d /TAO
parent1d70845e7dac65d50d768414d913d31f4c464b5b (diff)
downloadATCD-d1da4929475db3de899c7e245979b69c586ed2ed.tar.gz
wrapped LDLIBS argument in quotes
Diffstat (limited to 'TAO')
-rw-r--r--TAO/performance-tests/Cubit/TAO/MT_Cubit/README2
-rw-r--r--TAO/tests/Cubit/TAO/MT_Cubit/README2
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/performance-tests/Cubit/TAO/MT_Cubit/README b/TAO/performance-tests/Cubit/TAO/MT_Cubit/README
index c9f464467d3..a31165c83f2 100644
--- a/TAO/performance-tests/Cubit/TAO/MT_Cubit/README
+++ b/TAO/performance-tests/Cubit/TAO/MT_Cubit/README
@@ -73,7 +73,7 @@ client:
To build the client for VxWorks, for running the server and client
on a single target:
- % make BIN=client ACELIB= LDLIBS=$ACE_ROOT/ace/.obj/High_Res_Timer.o $ACE_ROOT/ace/.obj/gethrtime.o
+ % make BIN=client ACELIB= LDLIBS="$ACE_ROOT/ace/.obj/High_Res_Timer.o $ACE_ROOT/ace/.obj/gethrtime.o"
To run the server and client on a single target:
diff --git a/TAO/tests/Cubit/TAO/MT_Cubit/README b/TAO/tests/Cubit/TAO/MT_Cubit/README
index c9f464467d3..a31165c83f2 100644
--- a/TAO/tests/Cubit/TAO/MT_Cubit/README
+++ b/TAO/tests/Cubit/TAO/MT_Cubit/README
@@ -73,7 +73,7 @@ client:
To build the client for VxWorks, for running the server and client
on a single target:
- % make BIN=client ACELIB= LDLIBS=$ACE_ROOT/ace/.obj/High_Res_Timer.o $ACE_ROOT/ace/.obj/gethrtime.o
+ % make BIN=client ACELIB= LDLIBS="$ACE_ROOT/ace/.obj/High_Res_Timer.o $ACE_ROOT/ace/.obj/gethrtime.o"
To run the server and client on a single target: