From 8414b45f48d68b898a6dda27069c377088687fb8 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sat, 5 Apr 2008 14:54:35 +0000 Subject: * configure.ac.pamphlet (oa_shrlib_flags): Tidy. (oa_shrobj_flags): Likewise. * config/var-def.mk (LINK_SHRLIB): Tidy. * INSTALL: Update. * TODO: Likewise. --- config/var-def.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/var-def.mk') 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 -- cgit v1.2.3