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.in
parentf63c362a3703719616a066500d57ed4ff8064a16 (diff)
* Makefile.am (DOCDIR): Force to empty string when doc
directory is not present.
Diffstat (limited to 'newlib/Makefile.in')
-rw-r--r--newlib/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/Makefile.in b/newlib/Makefile.in
index eb35a578b..663686fa6 100644
--- a/newlib/Makefile.in
+++ b/newlib/Makefile.in
@@ -144,8 +144,8 @@ AM_MAKEFLAGS = \
FLAGS_TO_PASS = $(AM_MAKEFLAGS)
-
@HAVE_DOC_TRUE@DOCDIR = @HAVE_DOC_TRUE@doc
+@HAVE_DOC_FALSE@DOCDIR =
SUBDIRS = libc libm $(DOCDIR) .