summaryrefslogtreecommitdiffstats
path: root/c/src/exec/rtems/include/rtems
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/rtems/include/rtems
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/rtems/include/rtems')
-rw-r--r--c/src/exec/rtems/include/rtems/rtems/Makefile.in7
1 files changed, 1 insertions, 6 deletions
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)