Fix include, part of bug919.

This commit is contained in:
Wilson Snyder 2015-05-16 18:08:20 -04:00
parent b66e1bdb9e
commit 4c29a13a6e
2 changed files with 2 additions and 2 deletions

View File

@ -425,7 +425,7 @@ ftp: info
install-msg:
@echo "Installed!"
@echo
@echo "Fod documentation see 'man verilator' or 'verilator --help'"
@echo "For documentation see 'man verilator' or 'verilator --help'"
@echo "For forums and to report bugs see http://www.veripool.org/verilator"
@echo

View File

@ -10,4 +10,4 @@ URL: http://www.veripool.org/verilator
Version: @PACKAGE_VERSION@
Requires:
Libs:
Cflags: -I${includedir}
Cflags: -I${includedir} -I${includedir}/vltstd