From: Howard Chu Date: Wed, 2 Jan 2002 21:58:22 +0000 (+0000) Subject: Make .links depend on Makefile so it gets automatically reinvoked X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~344 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4bd58083adb709158f587fcf5cd597653f38a3f4;p=openldap Make .links depend on Makefile so it gets automatically reinvoked whenever the Makefile is updated --- diff --git a/libraries/libldap_r/Makefile.in b/libraries/libldap_r/Makefile.in index 2923306c7a..90accf1286 100644 --- a/libraries/libldap_r/Makefile.in +++ b/libraries/libldap_r/Makefile.in @@ -46,7 +46,7 @@ XXLIBS = $(SECURITY_LIBS) $(LUTIL_LIBS) XXXLIBS = $(LTHREAD_LIBS) NT_LINK_LIBS = -llber $(AC_LIBS) $(SECURITY_LIBS) -.links : +.links : Makefile @for i in $(XXSRCS); do \ $(RM) $$i ; \ $(LN_S) $(XXDIR)/$$i . ; \