mirror of
https://gcc.gnu.org/git/gcc.git
synced 2025-01-20 11:23:57 +08:00
Makefile.am (omp_lib.mod): Streamline rule.
libgomp/ * Makefile.am (omp_lib.mod): Streamline rule. From-SVN: r203423
This commit is contained in:
parent
cd13be9b25
commit
bd87f7313c
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user