Skip to content

Commit

Permalink
Merge pull request #48 from eric-ch/oxt-1265
Browse files Browse the repository at this point in the history
OXT-1265: rpcgen: Align with layer changes.
  • Loading branch information
jean-edouard authored Mar 8, 2018
2 parents 935cef9 + 7adbaf0 commit b0490a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ clean:
rm -rf dist/lib
rm -rf ${BUILT}

${IDL_GENSRC_DIR}/%_client.js: ${IDL_DIR}/%.xml
${IDL_GENSRC_DIR}/%_client.js: ${STAGING_IDLDATADIR}/%.xml
mkdir -p ${IDL_GENSRC_DIR}
${RPCGEN} --javascript --client -o ${IDL_GENSRC_DIR} $< || rm -f $@
${RPCGEN} --templates-dir=${STAGING_RPCGENDATADIR_NATIVE} --javascript --client -o ${IDL_GENSRC_DIR} $< || rm -f $@



Expand Down

0 comments on commit b0490a4

Please sign in to comment.