From: Fred Fish Date: Sat, 5 Aug 1995 01:04:06 +0000 (+0000) Subject: * Makefile.in (GDB_SUPPORT_DIRS): Add utils. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=81597186beae3dfdc73a16db02ac96a30222bf93;p=binutils-gdb.git * Makefile.in (GDB_SUPPORT_DIRS): Add utils. (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and mpw-configure. --- diff --git a/ChangeLog b/ChangeLog index c380a342a5c..1a5c0a43479 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,28 @@ +Fri Aug 4 13:04:36 1995 Fred Fish + + * 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 + + * 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 + + * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build. + +Fri Jul 28 00:16:31 1995 Jeffrey A. Law + + * config.guess: Recognize lynx-2.3. + +Thu Jul 27 15:47:59 1995 steve chamberlain + + * 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 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug. diff --git a/Makefile.in b/Makefile.in index 9b396b00b46..07bc6810c49 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)"