mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-01 14:15:49 +08:00
Really fix VPATH support...
This commit is contained in:
parent
11c92c8fc8
commit
02a604db21
@ -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 New Issue
Block a user