summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-09-04 06:54:38 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-09-04 06:54:38 -0700
commit1e39fffe8e7c307bdaacf575e7b9eab81e6f2ce9 (patch)
tree6b56204b41d7d4d4da188f8f52fc35557931aeb6 /Makefile
parentaed0604dd26297d0540dc0477b96e0ca0e0b2312 (diff)
downloadtxr-1e39fffe8e7c307bdaacf575e7b9eab81e6f2ce9.tar.gz
txr-1e39fffe8e7c307bdaacf575e7b9eab81e6f2ce9.tar.bz2
txr-1e39fffe8e7c307bdaacf575e7b9eab81e6f2ce9.zip
No need to point the compiler into the mpi directory.
* Makefile (CFLAGS): Remove -iquote $(top_srcdir)mpi * lib.h: include "mpi/mpi.h" instead of "mpi.h".
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 66df8209..7606befa 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,6 @@ VERBOSE :=
CFLAGS := -iquote $(conf_dir) $(if $(top_srcdir),-iquote $(top_srcdir)) \
$(LANG_FLAGS) $(DIAG_FLAGS) \
$(DBG_FLAGS) $(PLATFORM_CFLAGS) $(EXTRA_FLAGS)
-CFLAGS += -iquote $(top_srcdir)mpi
CFLAGS := $(filter-out $(REMOVE_FLAGS),$(CFLAGS))
LDFLAGS := -lm $(PLATFORM_LDFLAGS)