Added -MG flag to include missing header files in dependency list
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1690 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -7,7 +7,7 @@ SHELL = /bin/sh
|
||||
FFTW = /sw
|
||||
|
||||
CC = mpic++
|
||||
CCFLAGS = -O -MMD -DFFT_FFTW -I${FFTW}/include -DOMPI_SKIP_MPICXX
|
||||
CCFLAGS = -O -MMD -MG -DFFT_FFTW -I${FFTW}/include -DOMPI_SKIP_MPICXX
|
||||
LINK = mpic++
|
||||
LINKFLAGS = -O -L${FFTW}/lib
|
||||
|
||||
|
||||
Reference in New Issue
Block a user