]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.am (omp_lib.mod): Streamline rule.
authorThomas Schwinge <thomas@codesourcery.com>
Fri, 11 Oct 2013 10:43:48 +0000 (12:43 +0200)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Fri, 11 Oct 2013 10:43:48 +0000 (12:43 +0200)
libgomp/
* Makefile.am (omp_lib.mod): Streamline rule.

From-SVN: r203423

libgomp/ChangeLog
libgomp/Makefile.am
libgomp/Makefile.in

index 1d02ed816cf78803c69b9377150b0faeac02ed12..0da5cd961a77fa0c4201e67b90064cb6f6083305 100644 (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.
 
index e546dbe425bea98231b11a401eac0882698608ea..427415ee0843f99550a351ddf1044c6cacdf5b17 100644 (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
index 06048e7ce7967ab3449f972b6524c102d7c7f890..5cd666f8ec6da13acde0b3e8e7eb03835905c427 100644 (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