Add top_builddir to site.exp
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment