Add a distdir rule to lib/erl/Makefile to make "make check" happy.
authorDavid Reiss <dreiss@apache.org>
Mon, 21 Apr 2008 18:07:49 +0000 (18:07 +0000)
committerDavid Reiss <dreiss@apache.org>
Mon, 21 Apr 2008 18:07:49 +0000 (18:07 +0000)
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

lib/erl/Makefile

index 9dcba99..09b1d1f 100644 (file)
@@ -9,3 +9,7 @@ all clean docs:
 check: all
 
 distclean: clean
+
+# Hack to make "make dist" work.
+# This should not work, but it appears to.
+distdir: