Skip to content

Commit

Permalink
Don't run zeromq/configure on external/Makefile.
Browse files Browse the repository at this point in the history
This is already run when ./configure is run.
  • Loading branch information
daniel-kristjansson committed Dec 18, 2012
1 parent 93cb30b commit 207061e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions mythtv/external/Makefile
Expand Up @@ -26,11 +26,6 @@ FFmpeg-all FFmpeg-install FFmpeg-uninstall FFmpeg-clean FFmpeg-distclean:
zeromq-all: zeromq/Makefile
${MAKE} -C zeromq all

zeromq/Makefile: zeromq/configure
(cd zeromq ; \
./configure --without-documentation --prefix=${PREFIX} \
--includedir=${PREFIX}/include/mythtv/zeromq)

zeromq-install zeromq-uninstall zeromq-clean zeromq-distclean:
${MAKE} -C zeromq ${@:zeromq-%=%} DESTDIR=${INSTALL_ROOT}

Expand Down

0 comments on commit 207061e

Please sign in to comment.