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 /Makefile.in | |
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.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
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)" |