Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
847a294
)
Add a distdir rule to lib/erl/Makefile to make "make check" happy.
author
David Reiss
<dreiss@apache.org>
Mon, 21 Apr 2008 18:07:49 +0000
(18:07 +0000)
committer
David 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
patch
|
blob
|
history
diff --git
a/lib/erl/Makefile
b/lib/erl/Makefile
index
9dcba99
..
09b1d1f
100644
(file)
--- 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: