diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-10-14 09:32:28 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-10-14 09:32:28 +0000 |
commit | e7104d38d39bac408a0444202419e69d79ee11f5 (patch) | |
tree | 80e47f52c103eaa6dae4db13d4ef71a2d1d20da1 /Makefile.in | |
parent | 274c11d805b29abde5083d1dced7b32ab761041f (diff) | |
download | gcc-e7104d38d39bac408a0444202419e69d79ee11f5.tar.gz |
�
* Makefile.in (DEVO_SUPPORT): Add config.if.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23080 138bc75d-0d04-0410-961f-82ee72b054a4
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 |