Skip to content

Commit

Permalink
fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
eddy16112 committed Feb 20, 2018
1 parent c8e4293 commit 56fa751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/runtime.mk
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ $(GPU_RUNTIME_OBJS): %.o : %.cu
$(NVCC) -o $@ -c $< $(NVCC_FLAGS) $(INC_FLAGS)

$(LEGION_FORTRAN_API_OBJS) : %.o : %.f90
gfortran -cpp -J$(LG_RT_DIR)/legion -o $@ -c $< $(FC_FLAGS) $(INC_FLAGS)
gfortran -cpp -J$(LG_RT_DIR) -o $@ -c $< $(FC_FLAGS) $(INC_FLAGS)

$(GEN_OBJS) : %.o : %.cc
$(CXX) -o $@ -c $< $(CC_FLAGS) $(INC_FLAGS)
Expand Down

0 comments on commit 56fa751

Please sign in to comment.