Commit 2e535bb1 2e535bb15f0d83ed364a05ac17704704102bf781 by Sergey Poznyakoff

Add top_builddir to site.exp

1 parent de79ebcc
...@@ -37,6 +37,7 @@ site.exp: Makefile remote.exp ...@@ -37,6 +37,7 @@ site.exp: Makefile remote.exp
37 @echo '# edit the last section' >> $@-t 37 @echo '# edit the last section' >> $@-t
38 @echo 'set tool $(DEJATOOL)' >> $@-t 38 @echo 'set tool $(DEJATOOL)' >> $@-t
39 @echo "set top_srcdir `cd $(top_srcdir); pwd`" >> $@-t 39 @echo "set top_srcdir `cd $(top_srcdir); pwd`" >> $@-t
40 @echo "set top_builddir `cd $(top_builddir); pwd`" >> $@-t
40 @echo "set srcdir `cd $(srcdir); pwd`" >> $@-t 41 @echo "set srcdir `cd $(srcdir); pwd`" >> $@-t
41 @echo 'set objdir' `pwd` >> $@-t 42 @echo 'set objdir' `pwd` >> $@-t
42 @echo 'set host_alias "$(host_alias)"' >> $@-t 43 @echo 'set host_alias "$(host_alias)"' >> $@-t
......