From 49da88cc99ffe632fa4708d420118b6d4b837b71 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 23 Nov 1999 15:53:09 +0000 Subject: Patch rtems-rc-19991117-16.diff from Ralf Corsepius : * the PACKHEX etc problem * prevents the *.rels being removed inside the build-tree * a typo which only shows for when MP is activated * Alters some custom/*cfg files --- c/src/exec/rtems/include/rtems/rtems/Makefile.am | 2 +- c/src/exec/rtems/optman/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'c/src/exec/rtems') diff --git a/c/src/exec/rtems/include/rtems/rtems/Makefile.am b/c/src/exec/rtems/include/rtems/rtems/Makefile.am index cbd214e1aa..b27c67a0e5 100644 --- a/c/src/exec/rtems/include/rtems/rtems/Makefile.am +++ b/c/src/exec/rtems/include/rtems/rtems/Makefile.am @@ -13,7 +13,7 @@ STD_H_FILES = asr.h attr.h clock.h config.h dpmem.h event.h eventset.h intr.h \ signal.h status.h support.h tasks.h timer.h types.h if HAS_MP -H_FILES = $(STD_HFILES) $(MP_H_FILES) +H_FILES = $(STD_H_FILES) $(MP_H_FILES) else H_FILES = $(STD_H_FILES) endif diff --git a/c/src/exec/rtems/optman/Makefile.am b/c/src/exec/rtems/optman/Makefile.am index 163bd86c97..d85aef17ad 100644 --- a/c/src/exec/rtems/optman/Makefile.am +++ b/c/src/exec/rtems/optman/Makefile.am @@ -33,7 +33,7 @@ $(PROJECT_RELEASE)/lib/%$(LIB_VARIANT).rel: $(ARCH)/%.rel AM_CFLAGS += $(CFLAGS_OS_V) ASM4FLAGS += -I$(PROJECT_INCLUDE)/rtems -all: ${ARCH} $(TMPINSTALL_FILES) +all: ${ARCH} $(PGMS) $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) -- cgit v1.2.3