Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Fitzsimmons <fitzsim@redhat.com>2001-12-19 01:52:52 +0300
committerThomas Fitzsimmons <fitzsim@redhat.com>2001-12-19 01:52:52 +0300
commit08e857b49a2fe0726bd8123f0c6a195cf58ea320 (patch)
tree7d064399cf9d8c34109c2132be813bbbcb01ba46 /newlib/Makefile.am
parentf63c362a3703719616a066500d57ed4ff8064a16 (diff)
* 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 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) .