summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/libgnat/Makefile.am2
-rw-r--r--cpukit/posix/Makefile.am2
-rw-r--r--cpukit/rtems/Makefile.am2
-rw-r--r--cpukit/sapi/Makefile.am3
-rw-r--r--cpukit/score/Makefile.am2
5 files changed, 0 insertions, 11 deletions
diff --git a/cpukit/libgnat/Makefile.am b/cpukit/libgnat/Makefile.am
index 4bfbca11e8..968e6f8b2a 100644
--- a/cpukit/libgnat/Makefile.am
+++ b/cpukit/libgnat/Makefile.am
@@ -3,8 +3,6 @@ include $(top_srcdir)/automake/compile.am
EXTRA_DIST=
if LIBGNAT
-AM_CPPFLAGS += -D__RTEMS_INSIDE__
-
noinst_LIBRARIES = libgnat.a
libgnat_a_SOURCES = ada_intrsupp.c adasupp.c
diff --git a/cpukit/posix/Makefile.am b/cpukit/posix/Makefile.am
index 3947db72ea..1b83eee090 100644
--- a/cpukit/posix/Makefile.am
+++ b/cpukit/posix/Makefile.am
@@ -3,8 +3,6 @@ include $(top_srcdir)/automake/compile.am
EXTRA_DIST =
-AM_CPPFLAGS += -D__RTEMS_INSIDE__
-
noinst_LIBRARIES = libposix.a
libposix_a_CPPFLAGS = $(AM_CPPFLAGS)
libposix_a_SOURCES =
diff --git a/cpukit/rtems/Makefile.am b/cpukit/rtems/Makefile.am
index 027cb04132..c8fcfa6bd2 100644
--- a/cpukit/rtems/Makefile.am
+++ b/cpukit/rtems/Makefile.am
@@ -1,8 +1,6 @@
include $(top_srcdir)/automake/multilib.am
include $(top_srcdir)/automake/compile.am
-AM_CPPFLAGS += -D__RTEMS_INSIDE__
-
noinst_LIBRARIES = librtems.a
librtems_a_CPPFLAGS = $(AM_CPPFLAGS)
diff --git a/cpukit/sapi/Makefile.am b/cpukit/sapi/Makefile.am
index 43f5de84c4..eaea5916e2 100644
--- a/cpukit/sapi/Makefile.am
+++ b/cpukit/sapi/Makefile.am
@@ -20,9 +20,6 @@ include_rtems_HEADERS += include/rtems/timespec.h
EXTRA_DIST = include/rtems/README
-## src
-AM_CPPFLAGS += -D__RTEMS_INSIDE__
-
noinst_LIBRARIES = libsapi.a
project_lib_LIBRARIES = libsapi.a
libsapi_a_SOURCES = src/debug.c src/extension.c src/extensioncreate.c \
diff --git a/cpukit/score/Makefile.am b/cpukit/score/Makefile.am
index 173f151258..2e45590b41 100644
--- a/cpukit/score/Makefile.am
+++ b/cpukit/score/Makefile.am
@@ -106,8 +106,6 @@ endif
## src
-AM_CPPFLAGS += -D__RTEMS_INSIDE__
-
noinst_LIBRARIES = libscore.a
libscore_a_SOURCES =
libscore_a_CPPFLAGS = $(AM_CPPFLAGS)