diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-10-30 15:34:12 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-10-30 15:34:12 -0700 |
commit | 1137cfe0674eef316445385d12f38abf1a489147 (patch) | |
tree | 339e649ca814caed8c17a0d7c899f12610091cb9 /mpi-patches | |
parent | baf80248032cdb8856d9e3217d48e9fd5e9e49c5 (diff) | |
download | txr-1137cfe0674eef316445385d12f38abf1a489147.tar.gz txr-1137cfe0674eef316445385d12f38abf1a489147.tar.bz2 txr-1137cfe0674eef316445385d12f38abf1a489147.zip |
* mpi-patches/config-types: Include the header as "config.h"
rather than "../config.h" because the dependency generation script
checks for this as a special case and treats it relative to the
build directory.
* dep.mk: Regenerated.
Diffstat (limited to 'mpi-patches')
-rw-r--r-- | mpi-patches/config-types | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mpi-patches/config-types b/mpi-patches/config-types index a99e94c4..a2cb137b 100644 --- a/mpi-patches/config-types +++ b/mpi-patches/config-types @@ -80,7 +80,7 @@ Index: mpi-1.8.6/mpi.c $Id: mpi.c,v 1.1 2004/02/08 04:29:29 sting Exp $ */ -+#include "../config.h" ++#include "config.h" #include "mpi.h" #include <stdlib.h> #include <string.h> @@ -92,7 +92,7 @@ Index: mpi-1.8.6/mplogic.c $Id: mplogic.c,v 1.1 2004/02/08 04:29:29 sting Exp $ */ -+#include "../config.h" ++#include "config.h" #include "mplogic.h" #include <stdlib.h> @@ -104,7 +104,7 @@ Index: mpi-1.8.6/mpprime.c $Id: mpprime.c,v 1.1 2004/02/08 04:29:29 sting Exp $ */ -+#include "../config.h" ++#include "config.h" #include "mpprime.h" #include <stdlib.h> @@ -116,7 +116,7 @@ Index: mpi-1.8.6/mprsa.c $Id: mprsa.c,v 1.1 2004/02/08 04:29:29 sting Exp $ */ -+#include "../config.h" ++#include "config.h" #include "mprsa.h" #include <stdlib.h> #include <string.h> |