summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/configure.in
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/exec/posix/configure.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/c/src/exec/posix/configure.in b/c/src/exec/posix/configure.in
index 84e04baadf..a34410a8ad 100644
--- a/c/src/exec/posix/configure.in
+++ b/c/src/exec/posix/configure.in
@@ -63,9 +63,6 @@ if test "$RTEMS_USE_MACROS" = "yes"; then
AC_MSG_ERROR(Macros are not implemented for the POSIX API)
fi
-PROJECT_INCLUDE="\$(PROJECT_ROOT)/$RTEMS_BSP/lib/include"
-AC_SUBST(PROJECT_INCLUDE)
-
##
## FIXME: We configure and build the macros subdirectory, too.
## Should probably use AM_CONDITIONALs to disable them in future