aboutsummaryrefslogtreecommitdiff
path: root/newlib/Makefile.am
diff options
context:
space:
mode:
authorThomas Fitzsimmons <fitzsim@redhat.com>2001-12-18 22:52:52 +0000
committerThomas Fitzsimmons <fitzsim@redhat.com>2001-12-18 22:52:52 +0000
commit08e857b49a2fe0726bd8123f0c6a195cf58ea320 (patch)
tree7d064399cf9d8c34109c2132be813bbbcb01ba46 /newlib/Makefile.am
parentf63c362a3703719616a066500d57ed4ff8064a16 (diff)
downloadnewlib-08e857b49a2fe0726bd8123f0c6a195cf58ea320.zip
newlib-08e857b49a2fe0726bd8123f0c6a195cf58ea320.tar.gz
newlib-08e857b49a2fe0726bd8123f0c6a195cf58ea320.tar.bz2
* Makefile.am (DOCDIR): Force to empty string when doc
directory is not present.
Diffstat (limited to 'newlib/Makefile.am')
-rw-r--r--newlib/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/newlib/Makefile.am b/newlib/Makefile.am
index a759e2c..5a98d93 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) .