erlang: Use Automake SUBDIRS instead of a manual forwarding rule
authorDavid Reiss <dreiss@apache.org>
Tue, 5 Oct 2010 02:38:59 +0000 (02:38 +0000)
committerDavid Reiss <dreiss@apache.org>
Tue, 5 Oct 2010 02:38:59 +0000 (02:38 +0000)
commit3e07a8f23371ae9a96c55b4d81c31c9c57ace92b
treea5fc3c5f2753607991f08bdd4d918b5322e08742
parent653eadab2fd65051d36b117237ba0a91596cb8bf
erlang: Use Automake SUBDIRS instead of a manual forwarding rule

Previously, lib/erl/Makefile.am would forward rules like "all" and
"clean" to the src subdir by manually invoking a submake.  However,
specifying src as a SUBDIR accomplishes this more easily and also
ensures that other rules like "distclean" work.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@1004510 13f79535-47bb-0310-9956-ffa450edef68
lib/erl/Makefile.am