mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
Really fix VPATH support...
This commit is contained in:
parent
11c92c8fc8
commit
02a604db21
1 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
|||
##
|
||||
LIBRARY = liblunicode.a
|
||||
|
||||
XXDIR = */
|
||||
XXDIR = $(srcdir)/*/
|
||||
XXHEADERS = ucdata.h ure.h
|
||||
XXSRCS = ucdata.c ucgendat.c ure.c urestubs.c
|
||||
SRCS =
|
||||
|
|
@ -22,7 +22,7 @@ ucgendat: $(LIBRARY) ucgendat.o
|
|||
.links :
|
||||
@for i in $(XXSRCS) $(XXHEADERS); do \
|
||||
$(RM) $$i ; \
|
||||
$(LN_S) $(srcdir)/$(XXDIR)/$$i . ; \
|
||||
$(LN_S) $(XXDIR)$$i . ; \
|
||||
done
|
||||
touch .links
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue