]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.in: Define $(docdir) before the Make-lang.in fragments are included.
authorKelley Cook <kcook@gcc.gnu.org>
Mon, 20 Oct 2003 23:32:03 +0000 (23:32 +0000)
committerR. Kelley Cook <kcook@gcc.gnu.org>
Mon, 20 Oct 2003 23:32:03 +0000 (23:32 +0000)
* Makefile.in: Define $(docdir) before the Make-lang.in fragments are
included.

From-SVN: r72730

gcc/ChangeLog
gcc/Makefile.in

index 7e707d7c3849aca076b0c40494621e1366293189..56146cf3015eef89d060e4d416a74959c6cfb5c6 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 a7d0b40d7929dc07c490096f2c5f5aeff6e4b744..455c29444fdae13b5658b6289c52b2ff5f19d66e 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