summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-08-22 03:02:00 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-08-22 03:02:00 +0000
commit46d6d648d7e0825f23144252201a008ab3fdfaee (patch)
tree6ece642dce93bdc2d662fca94a735be4c6ebfbd6 /c
parent2003-08-21 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-46d6d648d7e0825f23144252201a008ab3fdfaee.tar.bz2
2003-08-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/i386/any/Makefile.am, src/m68k/any/Makefile.am, src/powerpc/new_exception_processing/Makefile.am: Don't include @RTEMS_BSP@.cfg.
Diffstat (limited to '')
-rw-r--r--c/src/librdbg/ChangeLog6
-rw-r--r--c/src/librdbg/src/i386/any/Makefile.am1
-rw-r--r--c/src/librdbg/src/m68k/any/Makefile.am1
-rw-r--r--c/src/librdbg/src/powerpc/new_exception_processing/Makefile.am1
4 files changed, 6 insertions, 3 deletions
diff --git a/c/src/librdbg/ChangeLog b/c/src/librdbg/ChangeLog
index 2583e81c8f..6ec5250f31 100644
--- a/c/src/librdbg/ChangeLog
+++ b/c/src/librdbg/ChangeLog
@@ -1,3 +1,9 @@
+2003-08-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * src/i386/any/Makefile.am, src/m68k/any/Makefile.am,
+ src/powerpc/new_exception_processing/Makefile.am:
+ Don't include @RTEMS_BSP@.cfg.
+
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Reflect having moved automake/.
diff --git a/c/src/librdbg/src/i386/any/Makefile.am b/c/src/librdbg/src/i386/any/Makefile.am
index 1777c58a01..98b56a8125 100644
--- a/c/src/librdbg/src/i386/any/Makefile.am
+++ b/c/src/librdbg/src/i386/any/Makefile.am
@@ -33,7 +33,6 @@ OBJS = $(GEN_C_O_FILES) $(C_O_FILES) $(S_O_FILES)
MAINTAINERCLEANFILES = $(H_FILES) $(GEN_C_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/librdbg/src/m68k/any/Makefile.am b/c/src/librdbg/src/m68k/any/Makefile.am
index 1777c58a01..98b56a8125 100644
--- a/c/src/librdbg/src/m68k/any/Makefile.am
+++ b/c/src/librdbg/src/m68k/any/Makefile.am
@@ -33,7 +33,6 @@ OBJS = $(GEN_C_O_FILES) $(C_O_FILES) $(S_O_FILES)
MAINTAINERCLEANFILES = $(H_FILES) $(GEN_C_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/librdbg/src/powerpc/new_exception_processing/Makefile.am b/c/src/librdbg/src/powerpc/new_exception_processing/Makefile.am
index c62e28f1f3..ea3b5d3d25 100644
--- a/c/src/librdbg/src/powerpc/new_exception_processing/Makefile.am
+++ b/c/src/librdbg/src/powerpc/new_exception_processing/Makefile.am
@@ -33,7 +33,6 @@ OBJS = $(GEN_C_O_FILES) $(C_O_FILES) $(S_O_FILES)
MAINTAINERCLEANFILES = $(H_FILES) $(GEN_C_FILES)
-include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/automake/compile.am
include $(top_srcdir)/automake/lib.am