summaryrefslogtreecommitdiff
path: root/include/makeinclude
diff options
context:
space:
mode:
authorkitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-02-13 23:56:30 +0000
committerkitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-02-13 23:56:30 +0000
commitaa9dcf837c3ae0ce52d879fd3b20c00120641f2c (patch)
treec02bd10f4244904f21d2ff0e40b4a4614f87d8ed /include/makeinclude
parent6bfe3d5596c9bd036c11759bcd7cdfc070ef36ad (diff)
downloadATCD-aa9dcf837c3ae0ce52d879fd3b20c00120641f2c.tar.gz
Thu Feb 13 17:50:07 2003 Krishnakumar B <kitty@cse.wustl.edu>
Diffstat (limited to 'include/makeinclude')
-rw-r--r--include/makeinclude/rules.lib.GNU5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/makeinclude/rules.lib.GNU b/include/makeinclude/rules.lib.GNU
index 96f8d1d2167..ba86550aa3d 100644
--- a/include/makeinclude/rules.lib.GNU
+++ b/include/makeinclude/rules.lib.GNU
@@ -59,10 +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
- $(AR) $(ARFLAGS) $@ $?
-ifdef TMPINCDIR
- find $(TMPINCDIR) -name "*.o" -type f | xargs $(AR) $(ARFLAGS) $@;
-endif
+ find $(VDIR) $(TMPINCDIR:%=%) -name "*.o" | xargs $(AR) $(ARFLAGS) $@;
ifdef ibmcxx_build
# This is required to get AIX IBM C/C++ to instantiate and compile the needed
# templates.