aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMichael Tiemann <tiemann@cygnus>1991-04-13 13:06:16 +0000
committerMichael Tiemann <tiemann@cygnus>1991-04-13 13:06:16 +0000
commitbb335cf4aad664ab5b054b4a521f2fa0d83a83ec (patch)
treede8150713506b77565b4cb203ea1cb658ee142a2 /Makefile.in
parent71da1316549dc46f7a4e50f0b8ca1d306c77d9aa (diff)
downloadgdb-bb335cf4aad664ab5b054b4a521f2fa0d83a83ec.zip
gdb-bb335cf4aad664ab5b054b4a521f2fa0d83a83ec.tar.gz
gdb-bb335cf4aad664ab5b054b4a521f2fa0d83a83ec.tar.bz2
Don't depend `install' on `all'. Actually, the way things work, all
depends on things being incrementally installed, and install depends on everything happening in a topological fashion. This will need to be worked on further, but for now it's ok.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in16
1 files changed, 13 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index f9181e3..77c0a6b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,7 +1,7 @@
#
# Makefile for directory with subdirs to build.
#
-# Last Mod Sat Apr 13 00:40:04 PDT 1991, by rich@cygint.cygnus.com
+# Last Mod Sat Apr 13 02:43:05 PDT 1991, by rich@cygint.cygnus.com
#
# $Id$
@@ -48,7 +48,7 @@ clean:
rm -rf *.a TEMP errs core *.o *~ \#* TAGS *.E
$(MAKE) subdir_do DO=clean
-install: all
+install:
$(MAKE) subdir_do DO=install
# When installing include files, be sure that machine-dependent
@@ -96,7 +96,17 @@ Makefile: $(srcdir)/Makefile.in $(srcdir)/configure
#
# $Log$
-# Revision 1.5 1991/04/13 07:40:41 rich
+# Revision 1.7 1991/04/13 13:06:16 tiemann
+# Don't depend `install' on `all'. Actually, the way things work, all
+# depends on things being incrementally installed, and install depends
+# on everything happening in a topological fashion.
+#
+# This will need to be worked on further, but for now it's ok.
+#
+# Revision 1.6 1991/04/13 10:04:14 rich
+# Now can build gas for a29k on a29k.
+#
+# Revision 1.5 1991/04/13 07:40:41 rich
# Fixed an ordering bug. Now everything is built, and then installed.
#
# Revision 1.4 1991/04/13 02:11:09 rich