Make .links depend on Makefile so it gets automatically reinvoked

whenever the Makefile is updated
This commit is contained in:
Howard Chu 2002-01-02 21:58:22 +00:00
parent dd6fc04587
commit 4bd58083ad

View 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 . ; \