diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-04-15 19:37:39 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-04-15 19:37:39 +0000 |
commit | 08499fc27d9166f715a79a335dfca75c5dfa65cb (patch) | |
tree | 49752a877bde8f2016d37a4ea69829511cba106d /Makefile.in | |
parent | 14b31001d8a1ee35c71382634cf1fe238e49b978 (diff) | |
download | binutils-gdb-08499fc27d9166f715a79a335dfca75c5dfa65cb.tar.gz |
* Makefile.in (DEVO_SUPPORT): Add mkinstalldirs.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 48ae36e323f..e638b41799b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1418,7 +1418,8 @@ Makefile: Makefile.in configure.in $(host_makefile_frag) $(target_makefile_frag) DEVO_SUPPORT= README Makefile.in configure configure.in \ config.guess config.sub config move-if-change \ mpw-README mpw-build.in mpw-config.in mpw-configure \ - COPYING COPYING.LIB install-sh config-ml.in symlink-tree + COPYING COPYING.LIB install-sh config-ml.in symlink-tree \ + mkinstalldirs # Files in devo/etc used in any net release. # ChangeLog omitted because it may refer to files which are not in this |