* Makefile.am (DOCDIR): Force to empty string when doc

directory is not present.
This commit is contained in:
Thomas Fitzsimmons 2001-12-18 22:52:52 +00:00
parent f63c362a37
commit 08e857b49a
3 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-12-18 Thomas Fitzsimmons <fitzsim@redhat.com>
* Makefile.am (DOCDIR): Force to empty string when doc
directory is not present.
2001-12-17 Thomas Fitzsimmons <fitzsim@redhat.com>
* libc/stdlib/Makefile.am (LIB_COMPILE): Change to equal

View File

@ -57,6 +57,8 @@ FLAGS_TO_PASS=$(AM_MAKEFLAGS)
if HAVE_DOC
DOCDIR = doc
else
DOCDIR =
endif
SUBDIRS = libc libm $(DOCDIR) .

View File

@ -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) .