Makefile.am (omp_lib.mod): Streamline rule.

libgomp/
	* Makefile.am (omp_lib.mod): Streamline rule.

From-SVN: r203423
This commit is contained in:
Thomas Schwinge 2013-10-11 12:43:48 +02:00 committed by Thomas Schwinge
parent cd13be9b25
commit bd87f7313c
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
2013-10-11 Thomas Schwinge <thomas@codesourcery.com>
* Makefile.am (omp_lib.mod): Streamline rule.
* Makefile.in: Regenerate.
* libgomp.texi (Runtime Library Routines): C linkage, don't throw
exceptions.

View File

@ -76,7 +76,7 @@ LINK = $(LIBTOOL) --tag CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \
omp_lib_kinds.mod: omp_lib.mod
:
omp_lib.mod: omp_lib.f90
$(FC) $(FCFLAGS) -fsyntax-only omp_lib.f90
$(FC) $(FCFLAGS) -fsyntax-only $<
fortran.lo: libgomp_f.h
fortran.o: libgomp_f.h
env.lo: libgomp_f.h

View File

@ -1086,7 +1086,7 @@ vpath % $(strip $(search_path))
omp_lib_kinds.mod: omp_lib.mod
:
omp_lib.mod: omp_lib.f90
$(FC) $(FCFLAGS) -fsyntax-only omp_lib.f90
$(FC) $(FCFLAGS) -fsyntax-only $<
fortran.lo: libgomp_f.h
fortran.o: libgomp_f.h
env.lo: libgomp_f.h