aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-07-27 17:49:52 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-07-27 17:49:52 +0000
commit01ec9588499bac5f5c6b0180f4b4fa931d4617f9 (patch)
treec98e5bc9088c56b473020e9948680df43c3e492e /Makefile.in
parent38bbfd37955ebeb355922d7dad7d33d64537d5f2 (diff)
downloadgdb-01ec9588499bac5f5c6b0180f4b4fa931d4617f9.zip
gdb-01ec9588499bac5f5c6b0180f4b4fa931d4617f9.tar.gz
gdb-01ec9588499bac5f5c6b0180f4b4fa931d4617f9.tar.bz2
* Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in12
1 files changed, 10 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 1452ba7..1893df9 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -927,17 +927,25 @@ ls:
# with the gnu make, this is done automatically.
-Makefile: $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag)
+Makefile: Makefile.in configure.in $(host_makefile_frag) $(target_makefile_frag)
$(SHELL) ./config.status
#
-# Build GDB distributions that contain BFD, Include, Libiberty, Readline, etc
+# Support for building net releases
+# Files in devo used in any net release.
+# ChangeLog omitted because it may refer to files which are not in this
+# 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 \
COPYING COPYING.LIB install.sh
+
+# Files in devo/etc used in any net release.
+# ChangeLog omitted because it may refer to files which are not in this
+# distribution (perhaps it would be better to include it anyway).
ETC_SUPPORT= Makefile.in cfg-paper.texi configure.in configure.man \
configure.texi standards.texi make-stds.texi
+
GDB_SUPPORT_DIRS= bfd include libiberty mmalloc opcodes readline glob sim
GDB_SUPPORT_FILES= $(GDB_SUPPORT_DIRS)