diff options
Diffstat (limited to 'newlib/Makefile.am')
-rw-r--r-- | newlib/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/newlib/Makefile.am b/newlib/Makefile.am index a759e2c63..5a98d93a1 100644 --- a/newlib/Makefile.am +++ b/newlib/Makefile.am @@ -57,6 +57,8 @@ FLAGS_TO_PASS=$(AM_MAKEFLAGS) if HAVE_DOC DOCDIR = doc +else +DOCDIR = endif SUBDIRS = libc libm $(DOCDIR) . |