From d030746bcecef03ece171f380d477b61e2e175ce Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 17 Dec 2002 02:31:24 +0000 Subject: 2002-12-16 Ralf Corsepius * dlentry/Makefile.am: Don't include @RTEMS_BSP@.cfg. * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg. --- c/src/lib/libbsp/powerpc/gen405/ChangeLog | 5 +++++ c/src/lib/libbsp/powerpc/gen405/dlentry/Makefile.am | 1 - c/src/lib/libbsp/powerpc/gen405/startup/Makefile.am | 1 - 3 files changed, 5 insertions(+), 2 deletions(-) (limited to 'c') diff --git a/c/src/lib/libbsp/powerpc/gen405/ChangeLog b/c/src/lib/libbsp/powerpc/gen405/ChangeLog index 55abd75d23..245d4bd6e8 100644 --- a/c/src/lib/libbsp/powerpc/gen405/ChangeLog +++ b/c/src/lib/libbsp/powerpc/gen405/ChangeLog @@ -1,3 +1,8 @@ +2002-12-16 Ralf Corsepius + + * dlentry/Makefile.am: Don't include @RTEMS_BSP@.cfg. + * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg. + 2002-12-10 Ralf Corsepius * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg. diff --git a/c/src/lib/libbsp/powerpc/gen405/dlentry/Makefile.am b/c/src/lib/libbsp/powerpc/gen405/dlentry/Makefile.am index 5240bd46f1..089a5cf9c5 100644 --- a/c/src/lib/libbsp/powerpc/gen405/dlentry/Makefile.am +++ b/c/src/lib/libbsp/powerpc/gen405/dlentry/Makefile.am @@ -10,7 +10,6 @@ S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT)) OBJS = $(S_O_FILES) -include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../../../../../../automake/compile.am include $(top_srcdir)/../../../../../../automake/lib.am diff --git a/c/src/lib/libbsp/powerpc/gen405/startup/Makefile.am b/c/src/lib/libbsp/powerpc/gen405/startup/Makefile.am index 01cd6becbf..ad88b9c60c 100644 --- a/c/src/lib/libbsp/powerpc/gen405/startup/Makefile.am +++ b/c/src/lib/libbsp/powerpc/gen405/startup/Makefile.am @@ -13,7 +13,6 @@ C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) OBJS = $(C_O_FILES) -include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../../../../../../automake/compile.am include $(top_srcdir)/../../../../../../automake/lib.am -- cgit v1.2.3