diff options
author | Jeffrey A Law <law@cygnus.com> | 1998-10-14 09:32:28 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-10-14 03:32:28 -0600 |
commit | 52d4e5b7eee0c648c548803ca43cd697ea33681d (patch) | |
tree | 80e47f52c103eaa6dae4db13d4ef71a2d1d20da1 | |
parent | e51712db0d3b7be32ee93fd12090a43acc29c9d8 (diff) | |
download | gcc-52d4e5b7eee0c648c548803ca43cd697ea33681d.zip gcc-52d4e5b7eee0c648c548803ca43cd697ea33681d.tar.gz gcc-52d4e5b7eee0c648c548803ca43cd697ea33681d.tar.bz2 |
Makefile.in (DEVO_SUPPORT): Add config.if.
�
* Makefile.in (DEVO_SUPPORT): Add config.if.
From-SVN: r23080
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com) + + * Makefile.in (DEVO_SUPPORT): Add config.if. + Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de> * configure: Add pattern to replace "build_tooldir"'s diff --git a/Makefile.in b/Makefile.in index 29e72e7..a9ca01e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1662,7 +1662,7 @@ Makefile: Makefile.in configure.in $(host_makefile_frag) $(target_makefile_frag) # ChangeLog omitted because it may refer to files which are not in this # distribution (perhaps it would be better to include it anyway). DEVO_SUPPORT= README Makefile.in configure configure.in \ - config.guess config.sub config move-if-change \ + config.guess config.if config.sub config move-if-change \ mpw-README mpw-build.in mpw-config.in mpw-configure mpw-install \ COPYING COPYING.LIB install-sh config-ml.in symlink-tree \ mkinstalldirs ltconfig ltmain.sh missing ylwrap |