diff options
author | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-01-05 18:22:14 +0000 |
---|---|---|
committer | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-01-05 18:22:14 +0000 |
commit | 83fdef4bc410875d34d20dcdd5841a738baaafbf (patch) | |
tree | 6ecab9aca39b43e7d4224ae3915626c2399902da /include/makeinclude/rules.lib.GNU | |
parent | 94a3bcbd3b761cff030777ac2321dda27448c625 (diff) | |
download | ATCD-83fdef4bc410875d34d20dcdd5841a738baaafbf.tar.gz |
ChangeLogTag:Mon Jan 5 12:30:56 2004 Don Hinton <dhinton@ieee.org>
Diffstat (limited to 'include/makeinclude/rules.lib.GNU')
-rw-r--r-- | include/makeinclude/rules.lib.GNU | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/rules.lib.GNU b/include/makeinclude/rules.lib.GNU index bc398003d14..fdf6bcce485 100644 --- a/include/makeinclude/rules.lib.GNU +++ b/include/makeinclude/rules.lib.GNU @@ -130,7 +130,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) $@ $(AREXTRA); + echo $(TMPINCDIR:%=%/*.o) $(filter %.o, $?) | xargs $(AR) $(ARFLAGS) $@ $(AREXTRA); ifdef ibmcxx_build # This is required to get AIX IBM C/C++ to instantiate and compile the needed # templates. |