diff --git a/Makefile b/Makefile index a90ec9fdc..c585e6fbd 100644 --- a/Makefile +++ b/Makefile @@ -153,7 +153,7 @@ ifeq ($(OS), Haiku) CXXFLAGS += -D_DEFAULT_SOURCE endif -YOSYS_VER := 0.44+0 +YOSYS_VER := 0.44+1 # Note: We arrange for .gitcommit to contain the (short) commit hash in # tarballs generated with git-archive(1) using .gitattributes. The git repo diff --git a/passes/cmds/exec.cc b/passes/cmds/exec.cc index e5fa4fb41..e9cc34b30 100644 --- a/passes/cmds/exec.cc +++ b/passes/cmds/exec.cc @@ -141,7 +141,7 @@ struct ExecPass : public Pass { } } else - log_cmd_error("Unknown option \"%s\" or \"--\" doesn\'t precede command.", args[argidx].c_str()); + log_cmd_error("Unknown option \"%s\" or \"--\" doesn\'t precede command.\n", args[argidx].c_str()); } }