From: David Reiss Date: Mon, 21 Apr 2008 18:07:49 +0000 (+0000) Subject: Add a distdir rule to lib/erl/Makefile to make "make check" happy. X-Git-Tag: 0.2.0~811 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=13c4380347beb33113cd578b3413b0c31a6c7033;p=common%2Fthrift.git 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 9dcba99b..09b1d1fd 100644 --- a/lib/erl/Makefile +++ b/lib/erl/Makefile @@ -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: