aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1991-04-15 23:46:50 +0000
committerK. Richard Pixley <rich@cygnus>1991-04-15 23:46:50 +0000
commit0df06ca031741cd54a602f30688e8e49281a0a2e (patch)
tree888319d66250f1ea0b34e5b8bc8e27cb7b04e272 /Makefile.in
parent8c32cf6e55a712a64e01a78a9b646a66c67543d2 (diff)
downloadgdb-0df06ca031741cd54a602f30688e8e49281a0a2e.zip
gdb-0df06ca031741cd54a602f30688e8e49281a0a2e.tar.gz
gdb-0df06ca031741cd54a602f30688e8e49281a0a2e.tar.bz2
Now handles multiple hosts and targets.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 77c0a6b..f93d37a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,7 +1,7 @@
#
# Makefile for directory with subdirs to build.
#
-# Last Mod Sat Apr 13 02:43:05 PDT 1991, by rich@cygint.cygnus.com
+# Last Mod Mon Apr 15 13:57:46 PDT 1991, by rich@sendai
#
# $Id$
@@ -92,11 +92,14 @@ Makefile: $(srcdir)/Makefile.in $(srcdir)/configure
(cd $(srcdir) ; \
./configure +destdir=$(destdir) +norecurse \
`if [ "$(srcdir)" != "." ] ; then echo +f; fi` \
- +host=$(host) $(target))
+ $(host) +target=$(target))
#
# $Log$
-# Revision 1.7 1991/04/13 13:06:16 tiemann
+# Revision 1.8 1991/04/15 23:43:45 rich
+# Now handles multiple hosts and targets.
+#
+# 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.