allow a build tree different from the source tree (ITS#4480)

This commit is contained in:
Pierangelo Masarati 2006-04-07 01:15:07 +00:00
parent 7709d4d89e
commit 301394c28d

View file

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