remove the check-symbols check

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22488 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-01-21 11:47:22 +00:00
parent 6946bf6ab7
commit 831a8cca7a

View File

@@ -123,13 +123,6 @@ check-local::
echo "$$banner"; \
echo "$$dashes"; \
test "$$failed" -eq 0 || exit 1; \
fi ; \
if test '$(CHECK_SYMBOLS)' != ""; then \
echo "$$dashes"; \
echo "Checking symbols"; \
sh $(top_srcdir)/cf/check-symbols.sh $(CHECK_SYMBOLS) || exit 1; \
echo "Passed"; \
echo "$$dashes"; \
fi
SUFFIXES += .x .z