From 13c4380347beb33113cd578b3413b0c31a6c7033 Mon Sep 17 00:00:00 2001 From: David Reiss Date: Mon, 21 Apr 2008 18:07:49 +0000 Subject: [PATCH] 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 --- lib/erl/Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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: -- 2.17.1