diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-11 20:08:56 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-11 20:08:56 +0000 |
commit | d1da4929475db3de899c7e245979b69c586ed2ed (patch) | |
tree | 7d99a9a35dd5cb36b08e9fb0fbe2c9309ca31f4d /TAO | |
parent | 1d70845e7dac65d50d768414d913d31f4c464b5b (diff) | |
download | ATCD-d1da4929475db3de899c7e245979b69c586ed2ed.tar.gz |
wrapped LDLIBS argument in quotes
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/performance-tests/Cubit/TAO/MT_Cubit/README | 2 | ||||
-rw-r--r-- | TAO/tests/Cubit/TAO/MT_Cubit/README | 2 |
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: |