summaryrefslogtreecommitdiffstats
path: root/c/src/exec
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-12-15 22:02:28 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-12-15 22:02:28 +0000
commitee44db38c0565431dea97bfc3a63bd23172f0348 (patch)
tree19d0cd93a861299b18024cb710fa5022d5167bff /c/src/exec
parentPart II automake reorg by Ralf Corsepius (diff)
downloadrtems-ee44db38c0565431dea97bfc3a63bd23172f0348.tar.bz2
Part II automake reorg by Ralf Corsepius
Diffstat (limited to 'c/src/exec')
-rw-r--r--c/src/exec/rtems/Makefile.in2
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/Makefile.in7
2 files changed, 2 insertions, 7 deletions
diff --git a/c/src/exec/rtems/Makefile.in b/c/src/exec/rtems/Makefile.in
index 0ef0ca0e76..72a335b4f4 100644
--- a/c/src/exec/rtems/Makefile.in
+++ b/c/src/exec/rtems/Makefile.in
@@ -11,4 +11,4 @@ PROJECT_ROOT = @PROJECT_ROOT@
include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
include $(RTEMS_ROOT)/make/directory.cfg
-SUB_DIRS=headers $(INLINE) optman src
+SUB_DIRS=include $(INLINE) optman src
diff --git a/c/src/exec/rtems/include/rtems/rtems/Makefile.in b/c/src/exec/rtems/include/rtems/rtems/Makefile.in
index f5904f6d25..c00c2a1600 100644
--- a/c/src/exec/rtems/include/rtems/rtems/Makefile.in
+++ b/c/src/exec/rtems/include/rtems/rtems/Makefile.in
@@ -18,11 +18,7 @@ H_PIECES=asr attr clock config dpmem event eventset \
support tasks timer types $(MP_PIECES)
H_FILES=$(H_PIECES:%=$(srcdir)/%.h)
-# H_FILES that get installed externally
-EXTERNAL_H_PIECES = rtems
-EXTERNAL_H_FILES=$(EXTERNAL_H_PIECES:%=$(srcdir)/%.h)
-
-SRCS=$(H_FILES) $(EXTERNAL_H_FILES)
+SRCS=$(H_FILES)
include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
include $(RTEMS_ROOT)/make/leaf.cfg
@@ -39,4 +35,3 @@ CLOBBER_ADDITIONS +=
all: $(SRCS)
$(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems/rtems
- $(INSTALL) -m 444 ${EXTERNAL_H_FILES} $(PROJECT_INCLUDE)