diff options
Diffstat (limited to 'mpi')
-rw-r--r-- | mpi/Makefile.am | 2 | ||||
-rw-r--r-- | mpi/Makefile.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mpi/Makefile.am b/mpi/Makefile.am index 3c4995cc4..1c32e1312 100644 --- a/mpi/Makefile.am +++ b/mpi/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -INCLUDES = -I.. -I$(top_srcdir)/include +INCLUDES = -I$(top_srcdir)/include CFLAGS += -O2 SUFFIXES = .S .s diff --git a/mpi/Makefile.in b/mpi/Makefile.in index c9ae7cfd0..aae7160c0 100644 --- a/mpi/Makefile.in +++ b/mpi/Makefile.in @@ -86,7 +86,7 @@ POSUB = @POSUB@ RANLIB = @RANLIB@ VERSION = @VERSION@ -INCLUDES = -I.. -I$(top_srcdir)/include +INCLUDES = -I$(top_srcdir)/include SUFFIXES = .S .s |