]> git.sur5r.net Git - openldap/blobdiff - build/lib-static.mk
Bug fix and Windows compat change.
[openldap] / build / lib-static.mk
index 76bcee07aa999ba53a2ec21be4a349643c967422..272408b98e7f239bfed0ea98be384baf2d41defb 100644 (file)
@@ -1,4 +1,5 @@
-## Copyright 1998,1999 The OpenLDAP Foundation
+# $OpenLDAP$
+## Copyright 1998-2000 The OpenLDAP Foundation
 ## COPYING RESTRICTIONS APPLY.  See COPYRIGHT File in top level directory
 ## of this package for details.
 ##---------------------------------------------------------------------------
@@ -10,6 +11,6 @@ $(LIBRARY): version.o
        $(AR) ru $@ $(OBJS) version.o
        @$(RANLIB) $@;  \
        $(RM) ../$@;    \
-       (d=`$(PWD)` ; $(LN_S) `$(BASENAME) $$d`/$@ ../$@)
+       (d=`$(PWD)` ; cd .. ; $(LN_S) `$(BASENAME) $$d`/$@ $@)
 
 Makefile: $(top_srcdir)/build/lib-static.mk