summaryrefslogtreecommitdiffstats
path: root/cpukit/posix
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix')
-rw-r--r--cpukit/posix/ChangeLog4
-rw-r--r--cpukit/posix/src/Makefile.am4
2 files changed, 5 insertions, 3 deletions
diff --git a/cpukit/posix/ChangeLog b/cpukit/posix/ChangeLog
index 1e6184b3fa..4b52ace5b9 100644
--- a/cpukit/posix/ChangeLog
+++ b/cpukit/posix/ChangeLog
@@ -1,3 +1,7 @@
+2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * src/Makefile.am: Use AM_CPPFLAGS instead of INCLUDES.
+
2002-07-05 Joel Sherrill <joel@OARcorp.com>
* include/rtems/posix/cancel.h, src/cancel.c, src/cancelrun.c,
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)