Really fix VPATH support...

This commit is contained in:
Kurt Zeilenga 2000-01-28 21:52:28 +00:00
parent 11c92c8fc8
commit 02a604db21

View File

@ -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