summaryrefslogtreecommitdiff
path: root/TAO/examples
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/examples
parent3be50bcea00584672c8bcd5b4f54e3466d1f2b24 (diff)
downloadATCD-aa236f3d6e329298e6229f53d8ad83833d401dfd.tar.gz
added $(POSTLINK) to link commands
Diffstat (limited to 'TAO/examples')
-rw-r--r--TAO/examples/Simulator/Event_Supplier/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/examples/Simulator/Event_Supplier/Makefile b/TAO/examples/Simulator/Event_Supplier/Makefile
index 7517604634d..0eefb40ec15 100644
--- a/TAO/examples/Simulator/Event_Supplier/Makefile
+++ b/TAO/examples/Simulator/Event_Supplier/Makefile
@@ -53,10 +53,10 @@ $(IDL_SRC): NavWeap.idl
$(TAO_ROOT)/TAO_IDL/tao_idl NavWeap.idl
Event_Sup: $(addprefix $(VDIR),$(EVENT_SUP_OBJS))
- $(LINK.cc) $(LDFLAGS) -o $@ $^ $(VLDLIBS)
+ $(LINK.cc) $(LDFLAGS) -o $@ $^ $(VLDLIBS) $(POSTLINK)
Event_Con: $(addprefix $(VDIR),$(EVENT_CON_OBJS))
- $(LINK.cc) $(LDFLAGS) -o $@ $^ $(VLDLIBS)
+ $(LINK.cc) $(LDFLAGS) -o $@ $^ $(VLDLIBS) $(POSTLINK)
#----------------------------------------------------------------------------