summaryrefslogtreecommitdiff
path: root/include/makeinclude
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-04-02 18:47:35 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-04-02 18:47:35 +0000
commitbf193b6285e6dacabd24f9f04e822d7ce5e55d61 (patch)
tree162c9b6dfb9122509a7cc1fc4afe6955ca9363c2 /include/makeinclude
parent87bf8db772c16c1e8898c26b4fe641aa198de060 (diff)
downloadATCD-bf193b6285e6dacabd24f9f04e822d7ce5e55d61.tar.gz
ChangeLogTag: Wed Apr 2 12:44:58 2003 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'include/makeinclude')
-rw-r--r--include/makeinclude/platform_hpux_aCC.GNU1
-rw-r--r--include/makeinclude/rules.lib.GNU2
2 files changed, 2 insertions, 1 deletions
diff --git a/include/makeinclude/platform_hpux_aCC.GNU b/include/makeinclude/platform_hpux_aCC.GNU
index 47316766a91..16fbeaaf809 100644
--- a/include/makeinclude/platform_hpux_aCC.GNU
+++ b/include/makeinclude/platform_hpux_aCC.GNU
@@ -120,6 +120,7 @@ PIC = +Z
PRELIB = $(COMPILE.cc) +inst_close +inst_auto $^
AR = /usr/ccs/bin/ar
ARFLAGS = ruv
+AREXTRA = $?
RANLIB = echo
LDFLAGS = -Wl,+s -z
SOFLAGS += -b +inst_none
diff --git a/include/makeinclude/rules.lib.GNU b/include/makeinclude/rules.lib.GNU
index 3cdfee3518e..e2f1c9cce0e 100644
--- a/include/makeinclude/rules.lib.GNU
+++ b/include/makeinclude/rules.lib.GNU
@@ -59,7 +59,7 @@ ifeq (1,$(ace_lib_prelink))
#### to lib files, for example.
-$(LINK.cc) $(LINK_OUTPUT_FLAG) ace-templ_inst $? $(LDFLAGS) $(ACE_NUL_STDERR)
endif # ace_lib_prelink
- echo $(TMPINCDIR:%=%/*.o) $? | xargs $(AR) $(ARFLAGS) $@;
+ echo $(TMPINCDIR:%=%/*.o) $? | xargs $(AR) $(ARFLAGS) $@ $(AREXTRA);
ifdef ibmcxx_build
# This is required to get AIX IBM C/C++ to instantiate and compile the needed
# templates.