[Openmp-commits] [openmp] r227449 - fixing the Fortran modules dependencies

Andrey Churbanov Andrey.Churbanov at intel.com
Thu Jan 29 07:43:48 PST 2015


Author: achurbanov
Date: Thu Jan 29 09:43:48 2015
New Revision: 227449

URL: http://llvm.org/viewvc/llvm-project?rev=227449&view=rev
Log:
fixing the Fortran modules dependencies

Modified:
    openmp/trunk/runtime/src/makefile.mk

Modified: openmp/trunk/runtime/src/makefile.mk
URL: http://llvm.org/viewvc/llvm-project/openmp/trunk/runtime/src/makefile.mk?rev=227449&r1=227448&r2=227449&view=diff
==============================================================================
--- openmp/trunk/runtime/src/makefile.mk (original)
+++ openmp/trunk/runtime/src/makefile.mk Thu Jan 29 09:43:48 2015
@@ -1532,10 +1532,11 @@ endif
 # --------------------------------------------------------------------------------------------------
 # Fortran files.
 # --------------------------------------------------------------------------------------------------
-    omp_lib_f = omp_lib.f90
-omp_lib.mod omp_lib_kinds.mod : $(omp_lib_f) .rebuild
+omp_lib_f = omp_lib.f90
+omp_lib_kinds.mod : $(omp_lib_f) .rebuild
 	$(target)
 	$(fort) $(fort-flags) $<
+omp_lib.mod : omp_lib_kinds.mod
 
 omp_lib.h  : ev-flags += -D KMP_INT_PTR_KIND="int_ptr_kind()"
 iomp_lib.h : ev-flags += -D KMP_INT_PTR_KIND=$(if $(filter 32,$(arch)),4,8)





More information about the Openmp-commits mailing list