(site.exp): Set MU_ULONG_MAX
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -60,6 +60,7 @@ site.exp: Makefile remote.exp | ... | @@ -60,6 +60,7 @@ site.exp: Makefile remote.exp |
60 | @echo 'set target_triplet $(target_triplet)' >> $@-t | 60 | @echo 'set target_triplet $(target_triplet)' >> $@-t |
61 | @echo 'set build_alias "$(build_alias)"' >> $@-t | 61 | @echo 'set build_alias "$(build_alias)"' >> $@-t |
62 | @echo 'set build_triplet $(build_triplet)' >> $@-t | 62 | @echo 'set build_triplet $(build_triplet)' >> $@-t |
63 | @echo 'set MU_ULONG_MAX $(MU_ULONG_MAX)' >> $@-t | ||
63 | @echo '## All variables above are generated by configure. Do Not Edit ##' >> $@-t | 64 | @echo '## All variables above are generated by configure. Do Not Edit ##' >> $@-t |
64 | @test ! -f site.exp || sed '1,/^## All variables above are.*##/ d' site.exp >> $@-t | 65 | @test ! -f site.exp || sed '1,/^## All variables above are.*##/ d' site.exp >> $@-t |
65 | @test ! -f site.exp || mv site.exp site.bak | 66 | @test ! -f site.exp || mv site.exp site.bak | ... | ... |
-
Please register or sign in to post a comment