Skip to content
Snippets Groups Projects
Commit 02a604db authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Really fix VPATH support...

parent 11c92c8f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment