aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index ebf73b738b..d41a542d08 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1153,7 +1153,7 @@ checkapi: checkapi_local
wsar_html: doxygen.cfg doxygen_global.cfg
if HAVE_DOXYGEN
- $(DOXYGEN) doxygen.cfg
+ (umask 022 ; $(DOXYGEN) doxygen.cfg)
cd epan && $(MAKE) $@
cd ui && $(MAKE) $@
endif