diff options
author | dos-reis <gdr@axiomatics.org> | 2008-04-05 14:54:35 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-04-05 14:54:35 +0000 |
commit | 8414b45f48d68b898a6dda27069c377088687fb8 (patch) | |
tree | fbcb5352ce3903a5530e862e55c0b94dcdd2b297 /config | |
parent | 9b1d808dba887f96e4607ed95465afb3ead9f420 (diff) | |
download | open-axiom-8414b45f48d68b898a6dda27069c377088687fb8.tar.gz |
* configure.ac.pamphlet (oa_shrlib_flags): Tidy.
(oa_shrobj_flags): Likewise.
* config/var-def.mk (LINK_SHRLIB): Tidy.
* INSTALL: Update.
* TODO: Likewise.
Diffstat (limited to 'config')
-rw-r--r-- | config/var-def.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/var-def.mk b/config/var-def.mk index a08fccde..03d0b6a5 100644 --- a/config/var-def.mk +++ b/config/var-def.mk @@ -79,9 +79,9 @@ LINK = $(LIBTOOL) --mode=link $(CC) -static ## to be very selective about when and where to use. Sadly, that ends ## up negating the whole point of having Libtool in the first place. ifeq (@oa_use_libtool_for_shared_lib@,no) -LINK_SHRLIB = $(CC) -shared +LINK_SHRLIB = $(CC) else -LINK_SHRLIB = $(LIBTOOL) --mode=link $(CC) -module +LINK_SHRLIB = $(LIBTOOL) --mode=link $(CC) endif |