From b9292646dc8ca05f4bb170f96688e01562ccd5c4 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 22 Jul 2002 09:36:10 +0000 Subject: 2002-07-22 Ralf Corsepius * src/Makefile.am: Use AM_CPPFLAGS instead of INCLUDES. --- cpukit/posix/src/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'cpukit/posix/src') 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) -- cgit v1.2.3