]> git.sur5r.net Git - openldap/blobdiff - build/lib-static.mk
Fix multiple NAME example
[openldap] / build / lib-static.mk
index ad0d14669c0f2f15adac528fb32383d0c5f335a7..dd110103ea950fc5adb0bf1089c1a4a5468f60d7 100644 (file)
@@ -1,5 +1,5 @@
 # $OpenLDAP$
-## Copyright 1998,1999 The OpenLDAP Foundation
+## Copyright 1998-2002 The OpenLDAP Foundation
 ## COPYING RESTRICTIONS APPLY.  See COPYRIGHT File in top level directory
 ## of this package for details.
 ##---------------------------------------------------------------------------
@@ -9,8 +9,6 @@
 
 $(LIBRARY): version.o
        $(AR) ru $@ $(OBJS) version.o
-       @$(RANLIB) $@;  \
-       $(RM) ../$@;    \
-       (d=`$(PWD)` ; $(LN_S) `$(BASENAME) $$d`/$@ ../$@)
+       @$(RANLIB) $@
 
 Makefile: $(top_srcdir)/build/lib-static.mk