aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1991-08-25 23:40:24 +0000
committerK. Richard Pixley <rich@cygnus>1991-08-25 23:40:24 +0000
commit3c8735af981cabe67011da7e2a41ba91321d29b2 (patch)
tree3d1e48738308c9c5a34b592a805de7577bbfe7d5 /Makefile.in
parent5781b1ba037b6aa448c099f22d19981ed53b7476 (diff)
downloadgdb-3c8735af981cabe67011da7e2a41ba91321d29b2.zip
gdb-3c8735af981cabe67011da7e2a41ba91321d29b2.tar.gz
gdb-3c8735af981cabe67011da7e2a41ba91321d29b2.tar.bz2
rcs enters the soup.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in18
1 files changed, 15 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index f1b654d..5f22095 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -16,13 +16,15 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#
-# Last Mod Tue Aug 20 12:48:54 PDT 1991, by rich@cygint.cygnus.com
+# Last Mod Sun Aug 25 15:21:45 PDT 1991, by rich@cygint.cygnus.com
#
# $Id$
srcdir = .
destdir = /usr/local
+SHELL=/bin/sh
+
#CC = gcc -b$(target) # -B$(srcdir)/../gas/Host-$(host)/Target-$(target)/
#CFLAGS = -g -nostdinc -nostdlib -I- -I/usr/local/lib/gcc/$(target)/1.92/include -I$(srcdir) -I$(srcdir)/../include -I$(OSINCLUDE)
@@ -170,7 +172,8 @@ Makefile: $(srcdir)/Makefile.in $(srcdir)/configure
#
# Build GDB distributions that contain BFD, Include, Libiberty, Readline, etc
-DEVO_SUPPORT= README.configure Makefile.in configure configure.in
+DEVO_SUPPORT= README README.configure Makefile.in configure configure.in \
+ config.sub
GDB_SUPPORT_DIRS= bfd include libiberty readline texinfo/fsf/texinfo.tex
bfd.ilrt.tar.Z: force_update
@@ -187,7 +190,16 @@ force_update:
#
# $Log$
-# Revision 1.25 1991/08/22 07:15:49 rich
+# Revision 1.28 1991/08/25 23:40:22 rich
+# rcs enters the soup.
+#
+# Revision 1.27 1991/08/23 07:15:56 gnu
+# Make README stick...
+#
+# Revision 1.26 1991/08/22 09:20:07 gnu
+# Build a top-level README for devo.
+#
+# Revision 1.25 1991/08/22 07:15:49 rich
# Three part names, etc.
#
# Revision 1.24 1991/08/20 01:57:31 rich