Commit 02bef600 02bef60001c944c4f17e8901c006e5f891aa1745 by Sergey Poznyakoff

Fixed generation of site.exp. Added DISTCLEANFILES.

1 parent d2d7b377
......@@ -35,11 +35,11 @@ site.exp: Makefile remote.exp
@echo 'set tool $(DEJATOOL)' >> $@-t
@echo "set srcdir `cd $(srcdir); pwd`" >> $@-t
@echo 'set objdir' `pwd` >> $@-t
@echo 'set host_alias $(host_alias)' >> $@-t
@echo 'set host_alias "$(host_alias)"' >> $@-t
@echo 'set host_triplet $(host_triplet)' >> $@-t
@echo 'set target_alias $(target_alias)' >> $@-t
@echo 'set target_alias "$(target_alias)"' >> $@-t
@echo 'set target_triplet $(target_triplet)' >> $@-t
@echo 'set build_alias $(build_alias)' >> $@-t
@echo 'set build_alias "$(build_alias)"' >> $@-t
@echo 'set build_triplet $(build_triplet)' >> $@-t
@echo '## All variables above are generated by configure. Do Not Edit ##' >> $@-t
@test ! -f site.exp || sed '1,/^## All variables above are.*##/ d' site.exp >> $@-t
......@@ -61,4 +61,4 @@ remote.exp:;
@mv $@-t remote.exp
DISTCLEANFILES=*.exp *.log *.sum
......