summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/tools
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/exec/score/tools/hppa1.1/Makefile.in2
-rw-r--r--c/src/exec/score/tools/unix/Makefile.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/c/src/exec/score/tools/hppa1.1/Makefile.in b/c/src/exec/score/tools/hppa1.1/Makefile.in
index 0ca40be647..04a9625dfc 100644
--- a/c/src/exec/score/tools/hppa1.1/Makefile.in
+++ b/c/src/exec/score/tools/hppa1.1/Makefile.in
@@ -33,7 +33,7 @@ CPU_DIR=../../cpu/$(RTEMS_CPU)
#
DEFINES +=
-CPPFLAGS += -I$(PROJECT_RELEASE)/include \
+CPPFLAGS += -I$(PROJECT_INCLUDE) \
-I$(CPU_DIR)
CFLAGS +=
diff --git a/c/src/exec/score/tools/unix/Makefile.in b/c/src/exec/score/tools/unix/Makefile.in
index f2703f098b..77349ecf10 100644
--- a/c/src/exec/score/tools/unix/Makefile.in
+++ b/c/src/exec/score/tools/unix/Makefile.in
@@ -33,7 +33,7 @@ CPU_DIR=../../cpu/$(RTEMS_CPU)
#
DEFINES +=
-CPPFLAGS += -I$(PROJECT_RELEASE)/include \
+CPPFLAGS += -I$(PROJECT_INCLUDE) \
-I$(CPU_DIR)
CFLAGS +=