]> git.sur5r.net Git - openldap/blobdiff - build/lib-static.mk
Fix prev commit
[openldap] / build / lib-static.mk
index bd8e726f63971940b347f9ea557efb7600df2ee0..5e99b36749238c409fa1bd8d841d2db1435e31da 100644 (file)
@@ -1,16 +1,23 @@
 # $OpenLDAP$
-## Copyright 1998-2002 The OpenLDAP Foundation
-## COPYING RESTRICTIONS APPLY.  See COPYRIGHT File in top level directory
-## of this package for details.
-##---------------------------------------------------------------------------
+## This work is part of OpenLDAP Software <http://www.openldap.org/>.
+##
+## Copyright 1998-2008 The OpenLDAP Foundation.
+## All rights reserved.
 ##
-## Makefile Template for Static Libraries
+## Redistribution and use in source and binary forms, with or without
+## modification, are permitted only as authorized by the OpenLDAP
+## Public License.
 ##
+## A copy of this license is available in the file LICENSE in the
+## top-level directory of the distribution or, alternatively, at
+## <http://www.OpenLDAP.org/license.html>.
+##---------------------------------------------------------------------------
+#
+# Makefile Template for Static Libraries
+#
 
 $(LIBRARY): version.o
        $(AR) ru $@ $(OBJS) version.o
-       @$(RANLIB) $@;  \
-       $(RM) ../$@;    \
-       (d=`$(PWD)` ; cd .. ; $(LN_S) `$(BASENAME) $$d`/$@ $@)
+       @$(RANLIB) $@
 
 Makefile: $(top_srcdir)/build/lib-static.mk