diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-08-01 00:05:19 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-08-01 00:05:19 +0000 |
commit | eeb90419146e783387f4ca95f90cca5669c3ce36 (patch) | |
tree | 9289ecc8bfb367cde7489054b474fcae43947d60 /Makefile.in | |
parent | c0734708814c3871992a7d74a4f168a47dc05922 (diff) | |
download | gdb-eeb90419146e783387f4ca95f90cca5669c3ce36.zip gdb-eeb90419146e783387f4ca95f90cca5669c3ce36.tar.gz gdb-eeb90419146e783387f4ca95f90cca5669c3ce36.tar.bz2 |
* Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
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 9363ad9..129f60c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1516,7 +1516,7 @@ 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 mpw-install \ COPYING COPYING.LIB install-sh config-ml.in symlink-tree \ - mkinstalldirs + mkinstalldirs ltconfig ltmain.sh missing # Files in devo/etc used in any net release. # ChangeLog omitted because it may refer to files which are not in this |