]> git.sur5r.net Git - openldap/commitdiff
Disable use of --only-* flags
authorKurt Zeilenga <kurt@openldap.org>
Sun, 10 Feb 2002 05:10:19 +0000 (05:10 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sun, 10 Feb 2002 05:10:19 +0000 (05:10 +0000)
build/top.mk

index 494896fff12607115b994ef4330f1d32e4fe2f13..dac1ce3cb63e44ab3445ccb7d9c158e0472be2cb 100644 (file)
@@ -68,7 +68,7 @@ LTONLY_LIB = $(@PLAT@_LTONLY_LIB)
 
 # libtool --only flag for modules: depends on linkage of module
 # The BUILD_MOD_DYNAMIC macro is defined in each backend Makefile.in file
-LTONLY_MOD = --only-$(BUILD_MOD_DYNAMIC)
+LTONLY_MOD = --only-$(BUILD_MOD_DYNAMIC)
 
 # platform-specific libtool flags
 NT_LTFLAGS_LIB = -no-undefined -avoid-version -rpath $(libdir)