From d0a4b9bbe8e30f1b32a6027acac573865191a4e6 Mon Sep 17 00:00:00 2001 From: Ralph Giles <giles@mozilla.com> Date: Tue, 13 Nov 2012 09:13:06 -0800 Subject: [PATCH] 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. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index fa75c36..f621563 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,7 +35,7 @@ EXTRA_DIST = \ 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 -- GitLab