Skip to content

Commit

Permalink
Argh. Re-"link" qjson/include/QJson if it's a file
Browse files Browse the repository at this point in the history
  • Loading branch information
Beirdo committed Jun 13, 2012
1 parent 68b34f2 commit dd53183
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mythtv/external/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ nzmqt-install nzmqt-uninstall nzmqt-clean nzmqt-distclean:

qjson-all:
(cd qjson ; ${QMAKE})
-[ -f qjson/include/QJson ] && \
(cd qjson/include ; ${RM} QJson ; ${LN_S} ../src QJson)
${MAKE} -C qjson all

qjson-install qjson-uninstall qjson-clean qjson-distclean:
Expand Down

0 comments on commit dd53183

Please sign in to comment.