소스 검색

examples/Makefile.am: no need to specify where to create mod files, the default location is what we want

Nathalie Furmento 10 년 전
부모
커밋
3e884c3c1d
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      examples/Makefile.am

+ 0 - 2
examples/Makefile.am

@@ -335,8 +335,6 @@ fortran90_f90_example_SOURCES =	\
 	fortran90/mod_compute.f90	\
 	fortran90/marshalling.c		\
 	fortran90/f90_example.f90
-
-fortran90_f90_example_FCFLAGS = -J$(top_builddir)/examples
 endif
 
 #######################