From 111618d933a4e0560c0d657a06dcba1c9c61ad88 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 5 Feb 2009 15:09:24 +0000 Subject: [PATCH] Make 'make check' fail if the win32 .def files with the exported symbols are not up-to-date --- win32.mak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/win32.mak b/win32.mak index 63b1310..61c41fe 100644 --- a/win32.mak +++ b/win32.mak @@ -46,7 +46,8 @@ check-exports: fail=1; \ fi; \ fi; \ - done + done ; \ + exit $$fail dist-hook: check-exports win32-check-crlf -- 2.7.4