Skip to content
Snippets Groups Projects
Commit 301394c2 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

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

parent 7709d4d8
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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