diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-09-04 06:54:38 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-09-04 06:54:38 -0700 |
commit | 1e39fffe8e7c307bdaacf575e7b9eab81e6f2ce9 (patch) | |
tree | 6b56204b41d7d4d4da188f8f52fc35557931aeb6 /Makefile | |
parent | aed0604dd26297d0540dc0477b96e0ca0e0b2312 (diff) | |
download | txr-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-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) |