diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/bugpoint/SystemUtils.cpp | 12 | ||||
-rw-r--r-- | tools/lli/Makefile | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/tools/bugpoint/SystemUtils.cpp b/tools/bugpoint/SystemUtils.cpp index 51f3d18..97e1306 100644 --- a/tools/bugpoint/SystemUtils.cpp +++ b/tools/bugpoint/SystemUtils.cpp @@ -10,12 +10,12 @@ #include <fstream> #include <iostream> #include <cstdlib> -#include <sys/types.h> -#include <sys/stat.h> -#include <fcntl.h> -#include <sys/wait.h> -#include <unistd.h> -#include <errno.h> +#include "Config/sys/types.h" +#include "Config/sys/stat.h" +#include "Config/fcntl.h" +#include "Config/sys/wait.h" +#include "Config/unistd.h" +#include "Config/errno.h" /// removeFile - Delete the specified file /// diff --git a/tools/lli/Makefile b/tools/lli/Makefile index 6ee2d3f..d74adf9 100644 --- a/tools/lli/Makefile +++ b/tools/lli/Makefile @@ -3,7 +3,7 @@ TOOLNAME = lli PARALLEL_DIRS = Interpreter JIT # Get the config name... -include $(LEVEL)/Makefile.$(shell uname) +include $(LEVEL)/Makefile.config # Generic JIT libraries JITLIBS = lli-jit codegen |