Make 'make check' fail if the win32 .def files with the exported symbols are not...
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 5 Feb 2009 15:09:24 +0000 (15:09 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 5 Feb 2009 15:09:24 +0000 (15:09 +0000)
win32.mak

index 63b1310..61c41fe 100644 (file)
--- 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