* Makefile.in: Define $(docdir) before the Make-lang.in fragments are
authorkcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 20 Oct 2003 23:32:03 +0000 (23:32 +0000)
committerkcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 20 Oct 2003 23:32:03 +0000 (23:32 +0000)
included.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72730 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/Makefile.in

index 7e707d7..56146cf 100644 (file)
@@ -1,3 +1,8 @@
+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>
 
        * c-common.c (expand_tree_builtin): Ensure creal and cimag
index a7d0b40..455c294 100644 (file)
@@ -81,6 +81,7 @@ srcdir = @srcdir@
 # from these defaults.
 parsedir = $(srcdir)
 docobjdir = $(srcdir)/doc
+docdir = $(srcdir)/doc
 
 # Top build directory, relative to here.
 top_builddir = ..
@@ -2609,8 +2610,6 @@ stmp-fixproto: fixhdr.ready fixproto stmp-int-hdrs
 #\f
 # Remake the info files.
 
-docdir = $(srcdir)/doc
-
 stmp-docobjdir:
        -test -d $(docobjdir) || mkdir $(docobjdir)
        $(STAMP) stmp-docobjdir