]> git.sur5r.net Git - openldap/blobdiff - build/lib-static.mk
Return to release engineering
[openldap] / build / lib-static.mk
index a4862ff0a32ccc28c51fed5758ce7a6591e0d96a..0698732b8f156ba105d556e117b5006ee9d74a54 100644 (file)
@@ -1,12 +1,21 @@
-##---------------------------------------------------------------------------
+# $OpenLDAP$
+## Copyright 1998-2004 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)` ; $(LN_S) `$(BASENAME) $$d`/$@ ../$@)
+       @$(RANLIB) $@
 
 Makefile: $(top_srcdir)/build/lib-static.mk