]> git.sur5r.net Git - openldap/commitdiff
Remove obsolete libtool cruft
authorQuanah Gibson-Mount <quanah@openldap.org>
Tue, 28 Apr 2009 02:17:09 +0000 (02:17 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 28 Apr 2009 02:17:09 +0000 (02:17 +0000)
build/lib.mk
tests/scripts/defines.sh

index 720840921f3d435371a09c0fce6231888f096175..09859f6e75bf40624e6fa91b9c5b7496d36ea5fc 100644 (file)
@@ -40,9 +40,7 @@ lint5: lint5-local FORCE
 clean-common:  FORCE
        $(RM) $(LIBRARY) ../$(LIBRARY) $(XLIBRARY) \
                $(PROGRAMS) $(XPROGRAMS) $(XSRCS) $(XXSRCS) \
-               *.o *.lo a.out *.exe core version.c .libs/* \
-               ../`$(BASENAME) $(LIBRARY) .la`.so* \
-               ../`$(BASENAME) $(LIBRARY) .la`*.dll
+               *.o *.lo a.out *.exe core version.c .libs/*
 
 depend-common: FORCE
        $(MKDEP) $(DEFS) $(DEFINES) $(SRCS) $(XXSRCS)
index b4d20fcdf437504f702f7fc395202978f1b765c8..088093b0e3a99b58bddb1b174170e9529b65fc2b 100755 (executable)
@@ -352,5 +352,3 @@ DDSOUT=$DATADIR/dds.out
 MEMBEROFOUT=$DATADIR/memberof.out
 SHTOOL="$SRCDIR/../build/shtool"
 
-# Just in case we linked the binaries dynamically
-LD_LIBRARY_PATH=$TESTWD/../libraries:${LD_LIBRARY_PATH} export LD_LIBRARY_PATH