* Makefile.in (GDB_SUPPORT_DIRS): Add utils.
authorFred Fish <fnf@specifix.com>
Sat, 5 Aug 1995 01:04:06 +0000 (01:04 +0000)
committerFred Fish <fnf@specifix.com>
Sat, 5 Aug 1995 01:04:06 +0000 (01:04 +0000)
(DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
mpw-configure.

ChangeLog
Makefile.in

index c380a34..1a5c0a4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 9b396b0..07bc681 100644 (file)
@@ -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)"