You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by dr...@apache.org on 2008/06/11 02:56:56 UTC

svn commit: r666411 - /incubator/thrift/trunk/test/erl/Makefile

Author: dreiss
Date: Tue Jun 10 17:56:55 2008
New Revision: 666411

URL: http://svn.apache.org/viewvc?rev=666411&view=rev
Log:
Add mkdir ${TARGET_DIR} to erl test Makefile since the empty ebin/ dir doesn't stay in git

Modified:
    incubator/thrift/trunk/test/erl/Makefile

Modified: incubator/thrift/trunk/test/erl/Makefile
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/test/erl/Makefile?rev=666411&r1=666410&r2=666411&view=diff
==============================================================================
--- incubator/thrift/trunk/test/erl/Makefile (original)
+++ incubator/thrift/trunk/test/erl/Makefile Tue Jun 10 17:56:55 2008
@@ -39,6 +39,7 @@
 	erlc ${INCLUDEFLAGS} -o ${GEN_TARGETDIR} ${GEN_SRCDIR}/*.erl
 
 $(TARGETS): ${TARGETDIR}/%.beam: ${SRCDIR}/%.erl ${GEN_INCLUDEDIR}/ ${HEADERS}
+	mkdir -p ${TARGETDIR}
 	erlc ${INCLUDEFLAGS} -o ${TARGETDIR} $<
 
 clean: