diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | Makefile.in | 3 |
2 files changed, 3 insertions, 1 deletions
@@ -6,6 +6,7 @@ Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com> * mkinstalldirs: New file, copied from automake. * Makefile.in (installdirs): Rename from install-dirs. Use mkinstalldirs. Change all users. + (DEVO_SUPPORT): Add mkinstalldirs. Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com> diff --git a/Makefile.in b/Makefile.in index 48ae36e..e638b41 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 |