summaryrefslogtreecommitdiff
path: root/TAO/tests/Cubit/COOL/IDL_Cubit
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-05 15:07:49 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-05 15:07:49 +0000
commitaa236f3d6e329298e6229f53d8ad83833d401dfd (patch)
treeef4a7c51232feb4f80098636ec4d91ea31647504 /TAO/tests/Cubit/COOL/IDL_Cubit
parent3be50bcea00584672c8bcd5b4f54e3466d1f2b24 (diff)
downloadATCD-aa236f3d6e329298e6229f53d8ad83833d401dfd.tar.gz
added $(POSTLINK) to link commands
Diffstat (limited to 'TAO/tests/Cubit/COOL/IDL_Cubit')
-rw-r--r--TAO/tests/Cubit/COOL/IDL_Cubit/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Cubit/COOL/IDL_Cubit/Makefile b/TAO/tests/Cubit/COOL/IDL_Cubit/Makefile
index 53cc3f99248..12f5ed52a92 100644
--- a/TAO/tests/Cubit/COOL/IDL_Cubit/Makefile
+++ b/TAO/tests/Cubit/COOL/IDL_Cubit/Makefile
@@ -55,10 +55,10 @@ $(IDL_SRC): cubit.idl
-/bin/mv cubit.C cubit.cpp
server: $(addprefix $(VDIR),$(SVR_OBJS))
- $(LINK.cc) -o server $(addprefix $(VDIR),$(SVR_OBJS)) $(LDFLAGS) $(ITIIOP) $(ITSRV) $(VLDLIBS)
+ $(LINK.cc) -o server $(addprefix $(VDIR),$(SVR_OBJS)) $(LDFLAGS) $(ITIIOP) $(ITSRV) $(VLDLIBS) $(POSTLINK)
client: $(addprefix $(VDIR),$(CLT_OBJS))
- $(LINK.cc) -o client $(addprefix $(VDIR),$(CLT_OBJS)) $(LDFLAGS) $(ITIIOP) $(ITCLT) $(VLDLIBS)
+ $(LINK.cc) -o client $(addprefix $(VDIR),$(CLT_OBJS)) $(LDFLAGS) $(ITIIOP) $(ITCLT) $(VLDLIBS) $(POSTLINK)
realclean: clean
-/bin/rm -rf cubit.cpp cubit.H sk_cubit.C sk_cubit.H server client