From a7058e2669c27d1e7c7000ce1740ba107ebdc092 Mon Sep 17 00:00:00 2001 From: "K. Richard Pixley" Date: Fri, 14 Jun 1991 13:35:40 +0000 Subject: [PATCH] install fixed include files on install. --- Makefile.in | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index ea0f3c0..ae0cb0b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,7 +1,7 @@ # # Makefile for directory with subdirs to build. # -# Last Mod Fri May 31 10:35:51 PDT 1991, by rich@cygint.cygnus.com +# Last Mod Fri Jun 14 06:34:11 PDT 1991, by rich@cygint.cygnus.com # # $Id$ @@ -103,9 +103,12 @@ clean: rm -rf *.a TEMP errs core *.o *~ \#* TAGS *.E $(MAKE) subdir_do DO=clean "DODIRS=$(SUBDIRS) $(OTHERS)" -install: +install: install-fixed-includes $(MAKE) subdir_do DO=install "DODIRS=$(SUBDIRS) $(OTHERS)" +install-fixed-includes: + (cd gcc ; $(MAKE) install-fixed-includes) + etags tags: TAGS TAGS: FORCE @@ -136,7 +139,10 @@ Makefile: $(srcdir)/Makefile.in $(srcdir)/configure # # $Log$ -# Revision 1.15 1991/06/09 20:27:01 rich +# Revision 1.16 1991/06/14 13:35:40 rich +# install fixed include files on install. +# +# Revision 1.15 1991/06/09 20:27:01 rich # added support for binary comparisons. # # Revision 1.14 1991/05/31 12:34:55 gnu -- 2.7.4