From ee44db38c0565431dea97bfc3a63bd23172f0348 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 15 Dec 1998 22:02:28 +0000 Subject: Part II automake reorg by Ralf Corsepius --- c/src/exec/rtems/Makefile.in | 2 +- c/src/exec/rtems/include/rtems/rtems/Makefile.in | 7 +------ 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) -- cgit v1.2.3