Use "all-local" instead of all in Makefile.am.
authorDavid Reiss <dreiss@apache.org>
Sun, 24 Feb 2008 17:45:03 +0000 (17:45 +0000)
committerDavid Reiss <dreiss@apache.org>
Sun, 24 Feb 2008 17:45:03 +0000 (17:45 +0000)
commit3de1c4e4d33cc5c32809771f2bbec746501d1f94
tree09a5117a44da903a96121ce2bfa164c735609d7b
parent2ca456a8ae1599a2112eed0ddffa922657c8b123
Use "all-local" instead of all in Makefile.am.

Summary:
Redefining an Automake rule totally blows away anything Automake puts in place.
By using all-local instead of all, we can just add to the generated rule.

Reviewed By: marc

Test Plan: make

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