Add a distdir rule to lib/erl/Makefile to make "make check" happy.
This is a gross hack because lib/erl isn't using automake,
but it is still in SUBDIRs.
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665661 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/erl/Makefile b/lib/erl/Makefile
index 9dcba99..09b1d1f 100644
--- a/lib/erl/Makefile
+++ b/lib/erl/Makefile
@@ -9,3 +9,7 @@
check: all
distclean: clean
+
+# Hack to make "make dist" work.
+# This should not work, but it appears to.
+distdir: