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: install-msg:
@echo "Installed!" @echo "Installed!"
@echo @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 "For forums and to report bugs see http://www.veripool.org/verilator"
@echo @echo

View File

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