mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 17:49:59 -05:00
Make .links depend on Makefile so it gets automatically reinvoked
whenever the Makefile is updated
This commit is contained in:
parent
dd6fc04587
commit
4bd58083ad
1 changed files with 1 additions and 1 deletions
|
|
@ -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 . ; \
|
||||
|
|
|
|||
Loading…
Reference in a new issue