]> git.sur5r.net Git - openldap/commitdiff
Make .links depend on Makefile so it gets automatically reinvoked
authorHoward Chu <hyc@openldap.org>
Wed, 2 Jan 2002 21:58:22 +0000 (21:58 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 2 Jan 2002 21:58:22 +0000 (21:58 +0000)
whenever the Makefile is updated

libraries/libldap_r/Makefile.in

index 2923306c7ae147bf530630bf4d724a01a18c877a..90accf128609c13e8380fbff7fcff6d963260752 100644 (file)
@@ -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 . ; \