X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=build%2Flib-static.mk;h=272408b98e7f239bfed0ea98be384baf2d41defb;hb=00b77ca088700c1ed51c2935cadc4b40c6cdb381;hp=76bcee07aa999ba53a2ec21be4a349643c967422;hpb=43094a1b33036b1abe266f5013ad971a88609e0d;p=openldap diff --git a/build/lib-static.mk b/build/lib-static.mk index 76bcee07aa..272408b98e 100644 --- a/build/lib-static.mk +++ b/build/lib-static.mk @@ -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