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:
f4761e3
)
Add mkdir ${TARGET_DIR} to erl test Makefile since the empty ebin/ dir doesn't stay...
author
David Reiss
<dreiss@apache.org>
Wed, 11 Jun 2008 00:56:55 +0000
(
00:56
+0000)
committer
David Reiss
<dreiss@apache.org>
Wed, 11 Jun 2008 00:56:55 +0000
(
00:56
+0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@666411
13f79535
-47bb-0310-9956-
ffa450edef68
test/erl/Makefile
patch
|
blob
|
history
diff --git
a/test/erl/Makefile
b/test/erl/Makefile
index
d85371e
..
017cdc1
100644
(file)
--- a/
test/erl/Makefile
+++ b/
test/erl/Makefile
@@
-39,6
+39,7
@@
${GEN_TARGETDIR}/: ${GENDIR}/
erlc ${INCLUDEFLAGS} -o ${GEN_TARGETDIR} ${GEN_SRCDIR}/*.erl
$(TARGETS): ${TARGETDIR}/%.beam: ${SRCDIR}/%.erl ${GEN_INCLUDEDIR}/ ${HEADERS}
+ mkdir -p ${TARGETDIR}
erlc ${INCLUDEFLAGS} -o ${TARGETDIR} $<
clean: