Commit d790dd9f by Kelley Cook Committed by R. Kelley Cook

Makefile.in: Define $(docdir) before the Make-lang.in fragments are included.

	* Makefile.in: Define $(docdir) before the Make-lang.in fragments are
	included.

From-SVN: r72730
parent 08c5b96d
2003-10-20 Kelley Cook <kcook@gcc.gnu.org>
* Makefile.in: Define $(docdir) before the Make-lang.in fragments are
included.
2003-10-20 Joseph S. Myers <jsm@polyomino.org.uk> 2003-10-20 Joseph S. Myers <jsm@polyomino.org.uk>
* c-common.c (expand_tree_builtin): Ensure creal and cimag * c-common.c (expand_tree_builtin): Ensure creal and cimag
......
...@@ -81,6 +81,7 @@ srcdir = @srcdir@ ...@@ -81,6 +81,7 @@ srcdir = @srcdir@
# from these defaults. # from these defaults.
parsedir = $(srcdir) parsedir = $(srcdir)
docobjdir = $(srcdir)/doc docobjdir = $(srcdir)/doc
docdir = $(srcdir)/doc
# Top build directory, relative to here. # Top build directory, relative to here.
top_builddir = .. top_builddir = ..
...@@ -2609,8 +2610,6 @@ stmp-fixproto: fixhdr.ready fixproto stmp-int-hdrs ...@@ -2609,8 +2610,6 @@ stmp-fixproto: fixhdr.ready fixproto stmp-int-hdrs
# #
# Remake the info files. # Remake the info files.
docdir = $(srcdir)/doc
stmp-docobjdir: stmp-docobjdir:
-test -d $(docobjdir) || mkdir $(docobjdir) -test -d $(docobjdir) || mkdir $(docobjdir)
$(STAMP) stmp-docobjdir $(STAMP) stmp-docobjdir
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment