mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
Fix VPATH support.
This commit is contained in:
parent
ad262b3ac6
commit
106ec28414
2 changed files with 2 additions and 2 deletions
|
|
@ -59,7 +59,7 @@ CPPFLAGS = $(@PLAT@_@LIB_LINKAGE@_TEST_DEFS)
|
|||
.links :
|
||||
@for i in $(XXSRCS); do \
|
||||
$(RM) $$i ; \
|
||||
$(LN_S) $(XXDIR)/$$i . ; \
|
||||
$(LN_S) $(srcdir)/$(XXDIR)/$$i . ; \
|
||||
done
|
||||
touch .links
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ ucgendat: $(LIBRARY) ucgendat.o
|
|||
.links :
|
||||
@for i in $(XXSRCS) $(XXHEADERS); do \
|
||||
$(RM) $$i ; \
|
||||
$(LN_S) $(XXDIR)/$$i . ; \
|
||||
$(LN_S) $(srcdir)/$(XXDIR)/$$i . ; \
|
||||
done
|
||||
touch .links
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue