Commit bd87f731 by Thomas Schwinge Committed by Thomas Schwinge

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

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

From-SVN: r203423
parent cd13be9b
2013-10-11 Thomas Schwinge <thomas@codesourcery.com> 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 * libgomp.texi (Runtime Library Routines): C linkage, don't throw
exceptions. exceptions.
......
...@@ -76,7 +76,7 @@ LINK = $(LIBTOOL) --tag CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \ ...@@ -76,7 +76,7 @@ LINK = $(LIBTOOL) --tag CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \
omp_lib_kinds.mod: omp_lib.mod omp_lib_kinds.mod: omp_lib.mod
: :
omp_lib.mod: omp_lib.f90 omp_lib.mod: omp_lib.f90
$(FC) $(FCFLAGS) -fsyntax-only omp_lib.f90 $(FC) $(FCFLAGS) -fsyntax-only $<
fortran.lo: libgomp_f.h fortran.lo: libgomp_f.h
fortran.o: libgomp_f.h fortran.o: libgomp_f.h
env.lo: libgomp_f.h env.lo: libgomp_f.h
......
...@@ -1086,7 +1086,7 @@ vpath % $(strip $(search_path)) ...@@ -1086,7 +1086,7 @@ vpath % $(strip $(search_path))
omp_lib_kinds.mod: omp_lib.mod omp_lib_kinds.mod: omp_lib.mod
: :
omp_lib.mod: omp_lib.f90 omp_lib.mod: omp_lib.f90
$(FC) $(FCFLAGS) -fsyntax-only omp_lib.f90 $(FC) $(FCFLAGS) -fsyntax-only $<
fortran.lo: libgomp_f.h fortran.lo: libgomp_f.h
fortran.o: libgomp_f.h fortran.o: libgomp_f.h
env.lo: libgomp_f.h env.lo: libgomp_f.h
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment