summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-24 14:50:00 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-24 14:50:00 +0000
commitff0b0082b1a8b20b5a434c0ccd7b0e4358866bac (patch)
treed3683be8f5b25dd514eb921c86190233909014de /c/src/exec/posix/src/Makefile.in
parentCleanup patch from Eric Norum. (diff)
downloadrtems-ff0b0082b1a8b20b5a434c0ccd7b0e4358866bac.tar.bz2
Added __RTEMS_INSIDE__ macro to insure that ".inl" files are ALWAYS included
when building the executive source.
Diffstat (limited to 'c/src/exec/posix/src/Makefile.in')
-rw-r--r--c/src/exec/posix/src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/posix/src/Makefile.in b/c/src/exec/posix/src/Makefile.in
index fbe1778cf9..7091a3b7c3 100644
--- a/c/src/exec/posix/src/Makefile.in
+++ b/c/src/exec/posix/src/Makefile.in
@@ -26,7 +26,7 @@ include $(RTEMS_ROOT)/make/lib.cfg
# Add local stuff here using +=
#
-DEFINES +=
+DEFINES += -D__RTEMS_INSIDE__
CPPFLAGS +=
CFLAGS += $(CFLAGS_OS_V)