summaryrefslogtreecommitdiffstats
path: root/c/src/exec/sapi/include/rtems/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-12-15 23:40:53 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-12-15 23:40:53 +0000
commit5428b10686487708a0b3074088312c82fd0af9bd (patch)
tree26d612b2db3ef387fb5a9293ac42ceb4045fa0bd /c/src/exec/sapi/include/rtems/Makefile.in
parentMoved around per Ralf Corsepius as preparation for automake (diff)
downloadrtems-5428b10686487708a0b3074088312c82fd0af9bd.tar.bz2
More automake preparation changes from Ralf Corsepius
<corsepiu@faw.uni-ulm.de>.
Diffstat (limited to 'c/src/exec/sapi/include/rtems/Makefile.in')
-rw-r--r--c/src/exec/sapi/include/rtems/Makefile.in7
1 files changed, 1 insertions, 6 deletions
diff --git a/c/src/exec/sapi/include/rtems/Makefile.in b/c/src/exec/sapi/include/rtems/Makefile.in
index 109bb18c44..f3bd27cb78 100644
--- a/c/src/exec/sapi/include/rtems/Makefile.in
+++ b/c/src/exec/sapi/include/rtems/Makefile.in
@@ -11,11 +11,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
H_PIECES= config directives extension fatal init io mptables
H_FILES=$(H_PIECES:%=$(srcdir)/%.h)
-# H_FILES that get installed externally
-EXTERNAL_H_PIECES = confdefs
-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
@@ -32,7 +28,6 @@ CLOBBER_ADDITIONS +=
all: $(SRCS) $(ARCH) $(PROJECT_INCLUDE)/rtems/sptables.h
$(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems/
- $(INSTALL) -m 444 ${EXTERNAL_H_FILES} $(PROJECT_INCLUDE)
$(PROJECT_INCLUDE)/rtems/sptables.h: $(ARCH)/sptables.h-tmp
$(INSTALL) -m 444 $(ARCH)/sptables.h-tmp $@