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:
0c8cb4a
)
Make fake install target for alterl
author
David Reiss
<dreiss@apache.org>
Wed, 11 Jun 2008 01:12:58 +0000
(
01:12
+0000)
committer
David Reiss
<dreiss@apache.org>
Wed, 11 Jun 2008 01:12:58 +0000
(
01:12
+0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@666470
13f79535
-47bb-0310-9956-
ffa450edef68
lib/alterl/Makefile
patch
|
blob
|
history
diff --git
a/lib/alterl/Makefile
b/lib/alterl/Makefile
index
0f2c8a8
..
7c76331
100644
(file)
--- a/
lib/alterl/Makefile
+++ b/
lib/alterl/Makefile
@@
-5,3
+5,6
@@
all clean docs:
for dir in $(MODULES); do \
(cd $$dir; ${MAKE} $@); \
done
+
+install: all
+ echo 'No install target, sorry.'