aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1991-06-14 13:35:40 +0000
committerK. Richard Pixley <rich@cygnus>1991-06-14 13:35:40 +0000
commita7058e2669c27d1e7c7000ce1740ba107ebdc092 (patch)
treec223abcfd8563fca769827518bf01d9c95199730 /Makefile.in
parentda7492c406d88edbf3cba43c4cc93110aade49b1 (diff)
downloadgdb-a7058e2669c27d1e7c7000ce1740ba107ebdc092.zip
gdb-a7058e2669c27d1e7c7000ce1740ba107ebdc092.tar.gz
gdb-a7058e2669c27d1e7c7000ce1740ba107ebdc092.tar.bz2
install fixed include files on install.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in12
1 files 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