diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-04-26 08:50:29 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-04-26 08:50:29 +0000 |
commit | 65d346d3bbf05c4f325252754a4fe5dd3b02ad68 (patch) | |
tree | 277a7c744f569e938805c95f3dfbc31ebd3f9135 /include/makeinclude/rules.lib.GNU | |
parent | 806bfb45e3a2f143fe913d5787ac404845c4a6cc (diff) | |
download | ATCD-65d346d3bbf05c4f325252754a4fe5dd3b02ad68.tar.gz |
ChangeLogTag: Sat Apr 26 08:50:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
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 b341554f6c1..b092227a751 100644 --- a/include/makeinclude/rules.lib.GNU +++ b/include/makeinclude/rules.lib.GNU @@ -119,7 +119,7 @@ ifdef ibmcxx_build fi else ifdef kylix - $(SOLINK.cc) $(LDFLAGS) $(VSHOBJS1), $@,, $(ACE_SHLIBS) $(LIBS) + $(SOLINK.cc) $(LDFLAGS) $(VSHOBJS1), $@,, $(ACE_SHLIBS) $(LIBS) $(BORINITSHAREDOBJ) else ifeq (1,$(ace_lib_prelink)) #### Attempt a link (which will fail), to add template instantiations |