Added fix to makedepend.sh so that it doesn't complain for fortran 2003

"iso_c_binding" module it cannot find


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@6380 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
giannozz 2010-02-09 15:26:21 +00:00
parent c22a10cc2f
commit 90d7bfc82d
1 changed files with 2 additions and 2 deletions

View File

@ -57,9 +57,9 @@ do
fi
# handle special cases
mv make.depend make.depend.tmp
sed '/@\/cineca\/prod\/hpm\/include\/f_hpm.h@/d' \
make.depend.tmp > make.depend
make.depend > make.depend.tmp
sed '/@iso_c_binding@/d' make.depend.tmp > make.depend
if test "$DIR" = "clib"
then