From 1eb65053ab56b2d504f4cb5ce822f8aff8b27816 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 22 Apr 2005 05:15:44 +0000 Subject: 2005-04-22 Ralf Corsepius * gccnewlib/base-gfortran.add, gccnewlib/target-gfortran.add: New. * gccnewlib/Makefile.am: Reflect addition of gfortran. * gccnewlib/base-g77.add, gccnewlib/base-gcc.add, gccnewlib/base-gcj.add, gccnewlib/base-gnat.add, gccnewlib/target-g++.add, gccnewlib/target-g77.add, gccnewlib/target-gcc.add, gccnewlib/target-gcj.add, gccnewlib/target-gnat.add: Remove RPM_INSTALL_PREFIX. Remove superfluous %doc directives. Use %_infodir, %_includedir, %_bindir, %_libdir. * gccnewlib/gccnewlib.add: Ditto. Add further BR's, Reflect addition of gfortran. Reflect gcc's changes to "version_string". --- scripts/gccnewlib/Makefile.am | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'scripts/gccnewlib/Makefile.am') diff --git a/scripts/gccnewlib/Makefile.am b/scripts/gccnewlib/Makefile.am index 24e9f468af..871c96c786 100644 --- a/scripts/gccnewlib/Makefile.am +++ b/scripts/gccnewlib/Makefile.am @@ -10,9 +10,13 @@ SUBPACKAGES = header.add SUBPACKAGES += $(top_builddir)/common/common.add SUBPACKAGES += gccnewlib.add SUBPACKAGES += $(top_builddir)/common/clean.add -SUBPACKAGES += base-gcc.add target-gcc.add base-g77.add target-g77.add \ - base-gcj.add target-gcj.add target-objc.add target-c++.add base-gnat.add \ - target-gnat.add +SUBPACKAGES += base-gcc.add target-gcc.add +SUBPACKAGES += base-g77.add target-g77.add +SUBPACKAGES += base-gcj.add target-gcj.add +SUBPACKAGES += base-gfortran.add target-gfortran.add +SUBPACKAGES += target-objc.add +SUBPACKAGES += target-c++.add +SUBPACKAGES += base-gnat.add target-gnat.add noinst_DATA = gccnewlib.spec.in -- cgit v1.2.3