diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-11 18:38:05 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-11 18:38:05 +0000 |
commit | 44d91183bc36f0535a253a8b794976bc5b74a9ec (patch) | |
tree | efb8e5123a62e77a0c20a35533260082861a717b /TAO | |
parent | 88650f140cad0bef8decc285d99f2f2995f15509 (diff) | |
download | ATCD-44d91183bc36f0535a253a8b794976bc5b74a9ec.tar.gz |
use := rule for VLDLIBS instead of =
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/tests/Cubit/COOL/MT_Cubit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Cubit/COOL/MT_Cubit/Makefile b/TAO/tests/Cubit/COOL/MT_Cubit/Makefile index 2a7b5dc90ca..d605120ca98 100644 --- a/TAO/tests/Cubit/COOL/MT_Cubit/Makefile +++ b/TAO/tests/Cubit/COOL/MT_Cubit/Makefile @@ -60,7 +60,7 @@ else LDLIBS += -lOrb-mt endif -VLDLIBS = $(LDLIBS:%=%$(VAR)) $(ACELIB) $(LIBS) +VLDLIBS := $(LDLIBS:%=%$(VAR)) $(ACELIB) $(LIBS) #---------------------------------------------------------------------------- # Local targets |