summaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2007-03-24 20:19:41 +0000
committerPaul W. Frields <stickster@gmail.com>2007-03-24 20:19:41 +0000
commit50a8a938b78764ccc31c97a8ecdc3eaf7080b6d9 (patch)
tree356c128f6b6dd8d8520477fc1c1e56e8d282ac10 /Makefile.common
parent9e967ecfa6d7d90f5a2bec6f0bcdddfe87724945 (diff)
downloadfedora-doc-utils-50a8a938b78764ccc31c97a8ecdc3eaf7080b6d9.tar.gz
fedora-doc-utils-50a8a938b78764ccc31c97a8ecdc3eaf7080b6d9.tar.xz
fedora-doc-utils-50a8a938b78764ccc31c97a8ecdc3eaf7080b6d9.zip
This should be less stringent.
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 18cbc3f..d7d0790 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -176,7 +176,7 @@ RPMFLAGS=--define "docbase $(DOCBASE)" \
--define "fdpdir /usr/share/fedora/doc"
endif
-ifeq "${RPMDEBUG}" "1"
+ifneq "${RPMDEBUG}" ""
RPMDFLAG = -vv
endif
#########################################################################