shithub: opusfile

Download patch

ref: d0a4b9bbe8e30f1b32a6027acac573865191a4e6
parent: 036328d4b7fbb419a7933065bb00d30c47185566
author: Ralph Giles <giles@mozilla.com>
date: Tue Nov 13 04:13:06 EST 2012

Remove 'export' from the NO_DOXYGEN Makefile variable.

This was needed in the opus Makefile.am to pass the results
to submakefiles. Since we build everything from the top-level
Makefile, we don't need this for opusfile.

--- a/Makefile.am
+++ b/Makefile.am
@@ -35,7 +35,7 @@
  doc/opus_logo.svg
 
 # Targets to build and install just the library without the docs
-opusfile install-opusfile: export NO_DOXYGEN = 1
+opusfile install-opusfile: NO_DOXYGEN = 1
 
 opusfile: all
 install-opusfile: install