diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-04-14 18:50:27 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-04-14 18:50:27 +0000 |
commit | 56284e06b8035ee591d532c48a74954c33083ce3 (patch) | |
tree | 186945942a2632db68ca3fff8977cc288557c8d8 /include | |
parent | aec55fe3cde8345fff5e40b1ccf5dd6be7812b6d (diff) | |
download | ATCD-56284e06b8035ee591d532c48a74954c33083ce3.tar.gz |
ChangeLogTag: Mon Apr 14 20:50:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'include')
-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 8057c0189cc..b341554f6c1 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) else ifeq (1,$(ace_lib_prelink)) #### Attempt a link (which will fail), to add template instantiations |