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 /Makefile.in | |
parent | e51712db0d3b7be32ee93fd12090a43acc29c9d8 (diff) | |
download | gcc-52d4e5b7eee0c648c548803ca43cd697ea33681d.tar.gz |
Makefile.in (DEVO_SUPPORT): Add config.if.
�
* Makefile.in (DEVO_SUPPORT): Add config.if.
From-SVN: r23080
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 29e72e7e6c2..a9ca01e94ab 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 |