diff options
author | Daniel Jacobowitz <drow@false.org> | 2003-01-02 00:52:00 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2003-01-02 00:52:00 +0000 |
commit | 5be63aa087c9925a174d4068b0eae3d311a1b0c5 (patch) | |
tree | 5353e63fa6b9c828a4c149f59b12a80218cd4f0c | |
parent | b035e841f13368dc60972b4e7570383bda6216c2 (diff) | |
download | newlib-binutils-2_13-branch.zip newlib-binutils-2_13-branch.tar.gz newlib-binutils-2_13-branch.tar.bz2 |
* Makefile.in (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.github/binutils-2_13-branchbinutils-2_13-branch
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Makefile.in | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2003-01-01 Daniel Jacobowitz <drow@mvista.com> + + * Makefile.in (ETC_SUPPORT): Add fdl.texi and texi2pod.pl. + 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org> * configure.in: Remove two redundant tests. diff --git a/Makefile.in b/Makefile.in index c3caa1d..f483143 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,7 +1,7 @@ # # Makefile for directory with subdirs to build. # Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, -# 1999, 2000, 2001, 2002 Free Software Foundation +# 1999, 2000, 2001, 2002, 2003 Free Software Foundation # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -1810,7 +1810,7 @@ DEVO_SUPPORT= README Makefile.in configure configure.in \ # distribution (perhaps it would be better to include it anyway). ETC_SUPPORT= Makefile.in configure configure.in standards.texi \ make-stds.texi standards.info* configure.texi configure.info* \ - configbuild.* configdev.* + configbuild.* configdev.* fdl.texi texi2pod.pl # When you use `make setup-dirs' or `make taz' you should always redefine |