aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1991-04-13 07:40:41 +0000
committerK. Richard Pixley <rich@cygnus>1991-04-13 07:40:41 +0000
commitf149eb99b2bf977c3941cf302120540bb2c1136b (patch)
tree68db493059c81e9fee88f2d6c2a57286f23f5d17 /Makefile.in
parent866fd8cc548da281d1142dda5120a8b2a1c761b7 (diff)
downloadfsf-binutils-gdb-f149eb99b2bf977c3941cf302120540bb2c1136b.zip
fsf-binutils-gdb-f149eb99b2bf977c3941cf302120540bb2c1136b.tar.gz
fsf-binutils-gdb-f149eb99b2bf977c3941cf302120540bb2c1136b.tar.bz2
Fixed an ordering bug. Now everything is built, and then installed.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in15
1 files changed, 11 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index f179074..f9181e3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,9 +1,11 @@
#
# Makefile for directory with subdirs to build.
#
-# Last Mod Fri Apr 12 15:58:12 PDT 1991, by rich@sendai
+# Last Mod Sat Apr 13 00:40:04 PDT 1991, by rich@cygint.cygnus.com
#
+# $Id$
+
srcdir = .
destdir = /usr/local
@@ -46,7 +48,7 @@ clean:
rm -rf *.a TEMP errs core *.o *~ \#* TAGS *.E
$(MAKE) subdir_do DO=clean
-install:
+install: all
$(MAKE) subdir_do DO=install
# When installing include files, be sure that machine-dependent
@@ -88,11 +90,16 @@ FORCE:
Makefile: $(srcdir)/Makefile.in $(srcdir)/configure
(cd $(srcdir) ; \
- ./configure +norecurse `if [ "$(srcdir)" != "." ] ; then echo +f; fi` +host=$(host) $(target))
+ ./configure +destdir=$(destdir) +norecurse \
+ `if [ "$(srcdir)" != "." ] ; then echo +f; fi` \
+ +host=$(host) $(target))
#
# $Log$
-# Revision 1.4 1991/04/13 02:11:09 rich
+# 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
# Config cut 3. We now almost install a29k.
#
# Revision 1.3 1991/04/11 02:41:53 rich