=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/engine.c,v retrieving revision 1.70 retrieving revision 1.71 diff -u -r1.70 -r1.71 --- src/usr.bin/make/engine.c 2021/10/25 19:54:29 1.70 +++ src/usr.bin/make/engine.c 2023/05/30 04:42:21 1.71 @@ -1,4 +1,4 @@ -/* $OpenBSD: engine.c,v 1.70 2021/10/25 19:54:29 kn Exp $ */ +/* $OpenBSD: engine.c,v 1.71 2023/05/30 04:42:21 espie Exp $ */ /* * Copyright (c) 2012 Marc Espie. * @@ -84,6 +84,7 @@ #include "extern.h" #include "lst.h" #include "timestamp.h" +#include "main.h" #include "make.h" #include "pathnames.h" #include "error.h" @@ -210,6 +211,7 @@ fflush(stdout); else { print_errors(); + dump_unreadable(); Punt(NULL); } }