mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
fixed more compilation errors reported by g++ 4.7.1
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
3f6e3e543f
commit
9fb25e7708
3 changed files with 12 additions and 12 deletions
|
@ -638,7 +638,7 @@ def mk_makefile():
|
|||
out.write(' %s' % c.name)
|
||||
out.write('\n\t@echo Z3 was successfully built.\n')
|
||||
out.write("\t@echo Use the following command to install Z3 at prefix $(PREFIX).\n")
|
||||
out.write('\t@echo "\\tsudo make install"\n')
|
||||
out.write('\t@echo " sudo make install"\n')
|
||||
# Generate components
|
||||
for c in _Components:
|
||||
c.mk_makefile(out)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue