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 ...@@ -35,11 +35,11 @@ site.exp: Makefile remote.exp
35 @echo 'set tool $(DEJATOOL)' >> $@-t 35 @echo 'set tool $(DEJATOOL)' >> $@-t
36 @echo "set srcdir `cd $(srcdir); pwd`" >> $@-t 36 @echo "set srcdir `cd $(srcdir); pwd`" >> $@-t
37 @echo 'set objdir' `pwd` >> $@-t 37 @echo 'set objdir' `pwd` >> $@-t
38 @echo 'set host_alias $(host_alias)' >> $@-t 38 @echo 'set host_alias "$(host_alias)"' >> $@-t
39 @echo 'set host_triplet $(host_triplet)' >> $@-t 39 @echo 'set host_triplet $(host_triplet)' >> $@-t
40 @echo 'set target_alias $(target_alias)' >> $@-t 40 @echo 'set target_alias "$(target_alias)"' >> $@-t
41 @echo 'set target_triplet $(target_triplet)' >> $@-t 41 @echo 'set target_triplet $(target_triplet)' >> $@-t
42 @echo 'set build_alias $(build_alias)' >> $@-t 42 @echo 'set build_alias "$(build_alias)"' >> $@-t
43 @echo 'set build_triplet $(build_triplet)' >> $@-t 43 @echo 'set build_triplet $(build_triplet)' >> $@-t
44 @echo '## All variables above are generated by configure. Do Not Edit ##' >> $@-t 44 @echo '## All variables above are generated by configure. Do Not Edit ##' >> $@-t
45 @test ! -f site.exp || sed '1,/^## All variables above are.*##/ d' site.exp >> $@-t 45 @test ! -f site.exp || sed '1,/^## All variables above are.*##/ d' site.exp >> $@-t
...@@ -61,4 +61,4 @@ remote.exp:; ...@@ -61,4 +61,4 @@ remote.exp:;
61 @mv $@-t remote.exp 61 @mv $@-t remote.exp
62 62
63 63
64 64 DISTCLEANFILES=*.exp *.log *.sum
......