This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[tree-ssa] Restore make check-f95


I missed this change in the Makefiles in the last merge.  Thanks Andrew
for spotting it.


Diego.

 	* Make-lang.in: Add check-gfortran to lang_checks.
 	(check-f95): Alias for check-gfortran.
 
Index: Make-lang.in
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fortran/Attic/Make-lang.in,v
retrieving revision 1.1.2.9
diff -d -c -p -r1.1.2.9 Make-lang.in
*** Make-lang.in	27 Oct 2003 23:04:07 -0000	1.1.2.9
--- Make-lang.in	25 Nov 2003 15:47:36 -0000
*************** f95.info: $(srcdir)/fortran/gfortran.inf
*** 139,144 ****
--- 139,147 ----
  f95.dvi: fortran/gfortran.dvi
  f95.generated-manpages:
  
+ check-f95 : check-gfortran
+ lang_checks += check-gfortran
+ 
  # GFORTRAN documentation.
  $(srcdir)/fortran/gfortran.info: $(srcdir)/fortran/gfortran.texi \
  			$(srcdir)/doc/include/fdl.texi \



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]