summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/Makefile.am')
-rw-r--r--cpukit/posix/src/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/cpukit/posix/src/Makefile.am b/cpukit/posix/src/Makefile.am
index 5acf82d323..ca9a8a1375 100644
--- a/cpukit/posix/src/Makefile.am
+++ b/cpukit/posix/src/Makefile.am
@@ -4,8 +4,6 @@
LIB=$(ARCH)/libposix.a
-INCLUDES = -I.
-
# following are semi-implemented and untested
UNUSED_C_FILES = devctl.c intr.c
@@ -95,7 +93,7 @@ include $(top_srcdir)/../automake/lib.am
# Add local stuff here using +=
#
-AM_CPPFLAGS += -D__RTEMS_INSIDE__
+AM_CPPFLAGS += -I. -D__RTEMS_INSIDE__
all-local: ${ARCH} $(LIB)