diff options
author | Fred Fish <fnf@specifix.com> | 1995-08-05 01:04:06 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1995-08-05 01:04:06 +0000 |
commit | 81597186beae3dfdc73a16db02ac96a30222bf93 (patch) | |
tree | c0d057d6a33af09e95eb1bb07e3072436762263f | |
parent | d2fee216f6c22f1328c971d3fd737fa187976cdb (diff) | |
download | gdb-81597186beae3dfdc73a16db02ac96a30222bf93.zip gdb-81597186beae3dfdc73a16db02ac96a30222bf93.tar.gz gdb-81597186beae3dfdc73a16db02ac96a30222bf93.tar.bz2 |
* Makefile.in (GDB_SUPPORT_DIRS): Add utils.
(DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
mpw-configure.
-rw-r--r-- | ChangeLog | 25 | ||||
-rw-r--r-- | Makefile.in | 5 |
2 files changed, 28 insertions, 2 deletions
@@ -1,3 +1,28 @@ +Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com> + + * Makefile.in (GDB_SUPPORT_DIRS): Add utils. + (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and + mpw-configure. + +Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com> + + * configure.in (appdirs): Use =, not ==, in test expression when + trying to build the text to print in the warning message for + Solaris users. + +Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com> + + * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build. + +Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com> + + * config.guess: Recognize lynx-2.3. + +Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com> + + * config.sub (z8ksim): Deleted + (z8k-*-coff): New, this is the one true name of the target. + Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com> * cfg-ml-pos.in (dotdot): Work around SunOS sed bug. diff --git a/Makefile.in b/Makefile.in index 9b396b0..07bc681 100644 --- a/Makefile.in +++ b/Makefile.in @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ # srcdir = . @@ -1046,6 +1046,7 @@ Makefile: Makefile.in configure.in $(host_makefile_frag) $(target_makefile_frag) # 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 \ + mpw-README mpw-build.in mpw-config.in mpw-configure \ COPYING COPYING.LIB install.sh # Files in devo/etc used in any net release. @@ -1176,7 +1177,7 @@ gnats.tar.gz: $(DIST_SUPPORT) $(GNATS_SUPPORT_DIRS) gnats SUPPORT_FILES="$(GNATS_SUPPORT_DIRS)" .PHONY: gdb.tar.gz -GDB_SUPPORT_DIRS= bfd include libiberty mmalloc opcodes readline sim +GDB_SUPPORT_DIRS= bfd include libiberty mmalloc opcodes readline sim utils gdb.tar.gz: $(DIST_SUPPORT) $(GDB_SUPPORT_DIRS) gdb $(MAKE) -f Makefile.in taz TOOL=gdb \ SUPPORT_FILES="$(GDB_SUPPORT_DIRS)" |