From 301394c28d03f04bc46e6a566f7d160c2f1d9c12 Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Fri, 7 Apr 2006 01:15:07 +0000 Subject: [PATCH] allow a build tree different from the source tree (ITS#4480) --- libraries/liblunicode/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/liblunicode/Makefile.in b/libraries/liblunicode/Makefile.in index efebb18172..2b2c542c73 100644 --- a/libraries/liblunicode/Makefile.in +++ b/libraries/liblunicode/Makefile.in @@ -41,7 +41,7 @@ ucgendat: $(XLIBS) ucgendat.o .links : @for i in $(XXSRCS) $(XXHEADERS); do \ $(RM) $$i ; \ - ii=`find . -name $$i` ; \ + ii=`find $(srcdir) -name $$i` ; \ $(LN_S) $$ii . ; \ done touch .links -- 2.39.5