* Makefile.am (DOCDIR): Force to empty string when doc
directory is not present.
This commit is contained in:
parent
f63c362a37
commit
08e857b49a
|
@ -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
|
||||
|
|
|
@ -57,6 +57,8 @@ FLAGS_TO_PASS=$(AM_MAKEFLAGS)
|
|||
|
||||
if HAVE_DOC
|
||||
DOCDIR = doc
|
||||
else
|
||||
DOCDIR =
|
||||
endif
|
||||
|
||||
SUBDIRS = libc libm $(DOCDIR) .
|
||||
|
|
|
@ -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) .
|
||||
|
||||
|
|
Loading…
Reference in New Issue