summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude/rules.lib.GNU
diff options
context:
space:
mode:
authormcorino <mcorino@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-04-18 11:03:11 +0000
committermcorino <mcorino@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-04-18 11:03:11 +0000
commit32ef46bb2c407dc3d45649d0240a8d2098585244 (patch)
tree581809a7c2612eb48e23cd0247d6ae1f23ce8998 /ACE/include/makeinclude/rules.lib.GNU
parent1a2e95855bdb2d1f070c64e2d6b356e6b83989dc (diff)
downloadATCD-32ef46bb2c407dc3d45649d0240a8d2098585244.tar.gz
ChangeLogTag: Wed Apr 18 11:01:56 UTC 2007 Martin Corino <mcorino@remedy.nl>
Diffstat (limited to 'ACE/include/makeinclude/rules.lib.GNU')
-rw-r--r--ACE/include/makeinclude/rules.lib.GNU4
1 files changed, 4 insertions, 0 deletions
diff --git a/ACE/include/makeinclude/rules.lib.GNU b/ACE/include/makeinclude/rules.lib.GNU
index 8cff7458812..08a081119e9 100644
--- a/ACE/include/makeinclude/rules.lib.GNU
+++ b/ACE/include/makeinclude/rules.lib.GNU
@@ -156,8 +156,12 @@ $(VLIB): $(VLOBJS)
#### to lib files, for example.
-$(LINK.cc) $(LINK_OUTPUT_FLAG) ace-templ_inst $? $(LDFLAGS) $(ACE_NUL_STDERR)
endif # ace_lib_prelink
+ ifeq (1,$(ACE_OPENVMS))
+ $(AR) $(ARFLAGS) $@ $(AREXTRA) $(filter %.o, $?)
+ else
([ "`echo $(TMPINCDIR:%=%/*.o)`" != "$(TMPINCDIR:%=%/*.o)" ] && echo $(TMPINCDIR:%=%/*.o); \
echo $(filter %.o, $?)) | xargs $(AR) $(ARFLAGS) $@ $(AREXTRA)
+ endif
ifdef ibmcxx_build
# This is required to get AIX IBM C/C++ to instantiate and compile the needed
# templates.