summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/image/Makefile4
-rw-r--r--tools/image/bin/.empty0
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/image/Makefile b/tools/image/Makefile
index d5991d5e..0afc09ee 100644
--- a/tools/image/Makefile
+++ b/tools/image/Makefile
@@ -61,7 +61,7 @@ INCLUDES += -I ../../pk/kernel/
INCLUDES += -I ../../pk/std/
INCLUDES += -I ../../pk/trace/
INCLUDES += -I ../../tools/ppetracepp/
-INCLUDES += -I /afs/apd/u/rembold/ekb/hwpf/fapi2/include
+INCLUDES += -I ../../importtemp/fapi2/include/
INCLUDES += -I$(CRONUS_PATH)
INCLUDES += -I$(ECMD_PATH)/capi
@@ -83,7 +83,7 @@ GCC-RELEASE = 4.8.2
GCC-VERSION = $(shell gcc -v 2>&1 | grep "$(GCC-RELEASE)")
ifeq ($(GCC-VERSION),)
-$(error wrong compiler version. Use $(GCC-RELEASE) compiler. Try to execute scl enable devtoolset-2 bash first)
+$(error wrong compiler version. Use $(GCC-RELEASE) compiler. Try: "scl enable devtoolset-2 bash")
else
CC = gcc
CXX = g++
diff --git a/tools/image/bin/.empty b/tools/image/bin/.empty
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/tools/image/bin/.empty
OpenPOWER on IntegriCloud