]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* Make-lang.in (doc/gnat_ugn_unw.texi): Depend on
authorschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Feb 2007 10:00:30 +0000 (10:00 +0000)
committerschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Feb 2007 10:00:30 +0000 (10:00 +0000)
$(gcc_docdir)/include/gcc-common.texi and gcc-vers.texi.
(doc/gnat-style.info): Likewise.

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

gcc/ada/ChangeLog
gcc/ada/Make-lang.in

index 3e6707ee5a8547403ce17d86ebc6e0c4e4647321..b835360bbb598749fa7e7ad822f8956310cd37ac 100644 (file)
@@ -1,3 +1,9 @@
+2007-02-28  Andreas Schwab  <schwab@suse.de>
+
+       * Make-lang.in (doc/gnat_ugn_unw.texi): Depend on
+       $(gcc_docdir)/include/gcc-common.texi and gcc-vers.texi.
+       (doc/gnat-style.info): Likewise.
+
 2007-02-26  Brooks Moses  <brooks.moses@codesourcery.com>
 
        * gnat-style.texi: Standardize title page.
index 4fada1e34badfb605773b44856b7de90da301ac7..7e4c9a89263579927784186d3acd5844f855a819 100644 (file)
@@ -1,6 +1,6 @@
 # Top level -*- makefile -*- fragment for GNU Ada (GNAT).
 #   Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-#   2003, 2004, 2005, 2006 Free Software Foundation, Inc.
+#   2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
 
 #This file is part of GCC.
 
@@ -388,7 +388,8 @@ ada/doctools/xgnatugn$(build_exeext): ada/xgnatugn.adb
 # Note that gnat_ugn_unw.texi does not depend on xgnatugn 
 # being built so we can distribute a pregenerated gnat_ugn_unw.info
 
-doc/gnat_ugn_unw.texi: $(srcdir)/ada/gnat_ugn.texi $(srcdir)/ada/ug_words
+doc/gnat_ugn_unw.texi: $(srcdir)/ada/gnat_ugn.texi $(srcdir)/ada/ug_words \
+   $(gcc_docdir)/include/gcc-common.texi gcc-vers.texi
        $(MAKE) ada/doctools/xgnatugn$(build_exeext)
        ada/doctools/xgnatugn unw $(srcdir)/ada/gnat_ugn.texi \
           $(srcdir)/ada/ug_words doc/gnat_ugn_unw.texi
@@ -396,7 +397,6 @@ doc/gnat_ugn_unw.texi: $(srcdir)/ada/gnat_ugn.texi $(srcdir)/ada/ug_words
 doc/gnat_ugn_unw.info: doc/gnat_ugn_unw.texi                   \
    $(gcc_docdir)/include/fdl.texi $(gcc_docdir)/include/gcc-common.texi        \
    gcc-vers.texi
-
        if [ x$(BUILD_INFO) = xinfo ]; then \
          rm -f $(@)*; \
          $(MAKEINFO) $(MAKEINFOFLAGS) -I$(gcc_docdir)/include \
@@ -411,7 +411,8 @@ doc/gnat_rm.info: ada/gnat_rm.texi $(gcc_docdir)/include/fdl.texi   \
             -I$(srcdir)/ada -o $@ $<; \
        else true; fi
 
-doc/gnat-style.info: ada/gnat-style.texi $(gcc_docdir)/include/fdl.texi
+doc/gnat-style.info: ada/gnat-style.texi $(gcc_docdir)/include/fdl.texi        \
+   $(gcc_docdir)/include/gcc-common.texi gcc-vers.texi
        if [ x$(BUILD_INFO) = xinfo ]; then \
          rm -f $(@)*; \
          $(MAKEINFO) $(MAKEINFOFLAGS) -I$(gcc_docdir)/include \