Revert "When doing the distcheck cmake check only verify that cmake runs, don't verify that it can build Wireshark."

This change doesn't help: we can't get cmake to run properly.

This reverts commit 956f4423df.

Change-Id: If1c0ec13ff35fdaa266dcd491350477e2bd91bd1
Reviewed-on: https://code.wireshark.org/review/3459
Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
This commit is contained in:
Jeff Morriss 2014-08-06 17:10:57 +00:00
parent d55e1b5675
commit 2c59a6d206
1 changed files with 1 additions and 0 deletions

View File

@ -1344,5 +1344,6 @@ distcheck-hook:
mkdir _cmake_build && \
cd _cmake_build && \
cmake .. && \
$(MAKE) && \
cd .. && \
rm -rf _cmake_build