From f149eb99b2bf977c3941cf302120540bb2c1136b Mon Sep 17 00:00:00 2001 From: "K. Richard Pixley" Date: Sat, 13 Apr 1991 07:40:41 +0000 Subject: [PATCH] Fixed an ordering bug. Now everything is built, and then installed. --- Makefile.in | 15 +++++++++++---- 1 file 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 -- 2.7.4